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.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/ppapi/proxy/ppb_url_request_info_proxy.h b/ppapi/proxy/ppb_url_request_info_proxy.h
index 47e2e27..e317615 100644
--- a/ppapi/proxy/ppb_url_request_info_proxy.h
+++ b/ppapi/proxy/ppb_url_request_info_proxy.h
@@ -6,7 +6,7 @@
#define PPAPI_PROXY_PPB_URL_REQUEST_INFO_PROXY_H_
#include "base/basictypes.h"
-#include "ppapi/c/pp_module.h"
+#include "ppapi/c/pp_instance.h"
#include "ppapi/c/pp_resource.h"
#include "ppapi/proxy/interface_proxy.h"
@@ -34,7 +34,7 @@ class PPB_URLRequestInfo_Proxy : public InterfaceProxy {
private:
// Message handlers.
- void OnMsgCreate(PP_Module module, PP_Resource* result);
+ void OnMsgCreate(PP_Instance instance, PP_Resource* result);
void OnMsgSetProperty(PP_Resource request,
int32_t property,
SerializedVarReceiveInput value);