| Index: ppapi/thunk/resource_creation_api.h
|
| diff --git a/ppapi/thunk/resource_creation_api.h b/ppapi/thunk/resource_creation_api.h
|
| index 5a51ea147c42f1d2896edb3df90f943c89f3b087..f513a608ddfa1df43af9b5c59a61d705ab765fc2 100644
|
| --- a/ppapi/thunk/resource_creation_api.h
|
| +++ b/ppapi/thunk/resource_creation_api.h
|
| @@ -28,7 +28,7 @@ struct PP_Size;
|
|
|
| namespace ppapi {
|
|
|
| -struct PPB_URLRequestInfo_Data;
|
| +struct URLRequestInfoData;
|
|
|
| namespace thunk {
|
|
|
| @@ -82,7 +82,7 @@ class ResourceCreationAPI {
|
| virtual PP_Resource CreateURLLoader(PP_Instance instance) = 0;
|
| virtual PP_Resource CreateURLRequestInfo(
|
| PP_Instance instance,
|
| - const PPB_URLRequestInfo_Data& data) = 0;
|
| + const URLRequestInfoData& data) = 0;
|
| virtual PP_Resource CreateWheelInputEvent(
|
| PP_Instance instance,
|
| PP_TimeTicks time_stamp,
|
|
|