| Index: ppapi/thunk/resource_creation_api.h
|
| diff --git a/ppapi/thunk/resource_creation_api.h b/ppapi/thunk/resource_creation_api.h
|
| index 39f7bdfe82c431410e158c0aa673cf654bc7aff2..2440ba52a2a38028d9280f819b2dac82154871b3 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,
|
|
|