Index: ppapi/c/ppb_url_request_info.h |
diff --git a/ppapi/c/ppb_url_request_info.h b/ppapi/c/ppb_url_request_info.h |
index 441a02ca3622b0b037d5d87034f54cf99e38bd17..aad1c9eb554f1a525507a5d1c90956f5eb9cefc9 100644 |
--- a/ppapi/c/ppb_url_request_info.h |
+++ b/ppapi/c/ppb_url_request_info.h |
@@ -87,7 +87,7 @@ struct PPB_URLRequestInfo { |
// |
// Returns PP_FALSE if any of the parameters are invalid, PP_TRUE on success. |
PP_Bool (*AppendDataToBody)(PP_Resource request, |
- const char* data, |
+ const void* data, |
uint32_t len); |
// Append a file reference to be uploaded. |