summaryrefslogtreecommitdiffstats
path: root/ppapi/proxy/ppb_url_request_info_proxy.h
diff options
context:
space:
mode:
Diffstat (limited to 'ppapi/proxy/ppb_url_request_info_proxy.h')
-rw-r--r--ppapi/proxy/ppb_url_request_info_proxy.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ppapi/proxy/ppb_url_request_info_proxy.h b/ppapi/proxy/ppb_url_request_info_proxy.h
index c0f98e9..6acfd75 100644
--- a/ppapi/proxy/ppb_url_request_info_proxy.h
+++ b/ppapi/proxy/ppb_url_request_info_proxy.h
@@ -39,7 +39,7 @@ class PPB_URLRequestInfo_Proxy : public InterfaceProxy {
int32_t property,
SerializedVarReceiveInput value);
void OnMsgAppendDataToBody(PP_Resource request,
- const std::string& request);
+ const std::string& data);
void OnMsgAppendFileToBody(PP_Resource request,
PP_Resource file_ref,
int64_t start_offset,