| Index: ppapi/cpp/url_request_info.h
|
| diff --git a/ppapi/cpp/url_request_info.h b/ppapi/cpp/url_request_info.h
|
| index c1cda4ebe1c33140e5d2b052c5bf05e52a9352ad..d655ec9526f34e81af8d163d7c65990b6c5f95e6 100644
|
| --- a/ppapi/cpp/url_request_info.h
|
| +++ b/ppapi/cpp/url_request_info.h
|
| @@ -24,7 +24,7 @@ class URLRequestInfo : public Resource {
|
|
|
| // PPB_URLRequestInfo methods:
|
| bool SetProperty(PP_URLRequestProperty property, const Var& value);
|
| - bool AppendDataToBody(const char* data, uint32_t len);
|
| + bool AppendDataToBody(const void* data, uint32_t len);
|
| bool AppendFileToBody(const FileRef_Dev& file_ref,
|
| PP_Time expected_last_modified_time = 0);
|
| bool AppendFileRangeToBody(const FileRef_Dev& file_ref,
|
|
|