Index: ppapi/cpp/url_request_info.h |
diff --git a/ppapi/cpp/url_request_info.h b/ppapi/cpp/url_request_info.h |
index eabf91d7f7857b90ecf2d82faebdce281adb104e..25300858968c2a854fc256b90fcfc3e916c449b8 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, |