| Index: ppapi/thunk/ppb_url_request_info_api.h
|
| diff --git a/ppapi/thunk/ppb_url_request_info_api.h b/ppapi/thunk/ppb_url_request_info_api.h
|
| index d9fc8c3d6ebafabccce4a19994df4928b9093781..b8989fc7d5cebfe33984c36bc2ef17099b061bcc 100644
|
| --- a/ppapi/thunk/ppb_url_request_info_api.h
|
| +++ b/ppapi/thunk/ppb_url_request_info_api.h
|
| @@ -18,8 +18,7 @@ class PPAPI_THUNK_EXPORT PPB_URLRequestInfo_API {
|
| public:
|
| virtual ~PPB_URLRequestInfo_API() {}
|
|
|
| - virtual PP_Bool SetProperty(PP_URLRequestProperty property,
|
| - PP_Var var) = 0;
|
| + virtual PP_Bool SetProperty(PP_URLRequestProperty property, PP_Var var) = 0;
|
| virtual PP_Bool AppendDataToBody(const void* data, uint32_t len) = 0;
|
| virtual PP_Bool AppendFileToBody(PP_Resource file_ref,
|
| int64_t start_offset,
|
|
|