| Index: ppapi/proxy/resource_creation_proxy.h
|
| diff --git a/ppapi/proxy/resource_creation_proxy.h b/ppapi/proxy/resource_creation_proxy.h
|
| index b6bd8a98c5a55d68d3baa7c143d5019dee4cb845..83ed3c67e5adef0144641d003d3c69a5ae8e075a 100644
|
| --- a/ppapi/proxy/resource_creation_proxy.h
|
| +++ b/ppapi/proxy/resource_creation_proxy.h
|
| @@ -78,7 +78,7 @@ class ResourceCreationProxy : public InterfaceProxy,
|
| virtual PP_Resource CreateURLLoader(PP_Instance instance) OVERRIDE;
|
| virtual PP_Resource CreateURLRequestInfo(
|
| PP_Instance instance,
|
| - const PPB_URLRequestInfo_Data& data) OVERRIDE;
|
| + const URLRequestInfoData& data) OVERRIDE;
|
| virtual PP_Resource CreateWheelInputEvent(
|
| PP_Instance instance,
|
| PP_TimeTicks time_stamp,
|
|
|