diff --git a/include/capi/cef_resource_handler_capi.h b/include/capi/cef_resource_handler_capi.h index 1c3e6a2b7..efb464370 100644 --- a/include/capi/cef_resource_handler_capi.h +++ b/include/capi/cef_resource_handler_capi.h @@ -33,7 +33,7 @@ // by hand. See the translator.README.txt file in the tools directory for // more information. // -// $hash=f94ec1ef3928002394720160d526ed157282cc7a$ +// $hash=8c6ffeab9c9183cc5f77929839643767ce5c5c2f$ // #ifndef CEF_INCLUDE_CAPI_CEF_RESOURCE_HANDLER_CAPI_H_ @@ -151,9 +151,9 @@ typedef struct _cef_resource_handler_t { /// // Skip response data when requested by a Range header. Skip over and discard // |bytes_to_skip| bytes of response data. If data is available immediately - // set |bytes_skipped| to the number of of bytes skipped and return true (1). - // To read the data at a later time set |bytes_skipped| to 0, return true (1) - // and execute |callback| when the data is available. To indicate failure set + // set |bytes_skipped| to the number of bytes skipped and return true (1). To + // read the data at a later time set |bytes_skipped| to 0, return true (1) and + // execute |callback| when the data is available. To indicate failure set // |bytes_skipped| to < 0 (e.g. -2 for ERR_FAILED) and return false (0). This // function will be called in sequence but not from a dedicated thread. /// diff --git a/include/capi/cef_resource_request_handler_capi.h b/include/capi/cef_resource_request_handler_capi.h index be4c522ae..32521bdaa 100644 --- a/include/capi/cef_resource_request_handler_capi.h +++ b/include/capi/cef_resource_request_handler_capi.h @@ -33,7 +33,7 @@ // by hand. See the translator.README.txt file in the tools directory for // more information. // -// $hash=af8ddd4d2d19e5b64d0a40778cb3c62fd5f1d8c9$ +// $hash=adb3ca1e315a28efed7b2305c8aceb9c5eafdc66$ // #ifndef CEF_INCLUDE_CAPI_CEF_RESOURCE_REQUEST_HANDLER_CAPI_H_ @@ -48,7 +48,6 @@ #include "include/capi/cef_resource_handler_capi.h" #include "include/capi/cef_response_capi.h" #include "include/capi/cef_response_filter_capi.h" -#include "include/internal/cef_types_wrappers.h" #ifdef __cplusplus extern "C" { diff --git a/include/cef_resource_request_handler.h b/include/cef_resource_request_handler.h index b42b83af5..96c57f63a 100644 --- a/include/cef_resource_request_handler.h +++ b/include/cef_resource_request_handler.h @@ -46,7 +46,6 @@ #include "include/cef_resource_handler.h" #include "include/cef_response.h" #include "include/cef_response_filter.h" -#include "include/internal/cef_types_wrappers.h" class CefCookieAccessFilter;