| Index: ppapi/proxy/ppb_url_loader_proxy.h
|
| diff --git a/ppapi/proxy/ppb_url_loader_proxy.h b/ppapi/proxy/ppb_url_loader_proxy.h
|
| index dd0bb3461b56d7f7e5eaf426ab8b05ab88915d35..5e4e75924b7bdb3ede9f0b2d3f59129315cf6242 100644
|
| --- a/ppapi/proxy/ppb_url_loader_proxy.h
|
| +++ b/ppapi/proxy/ppb_url_loader_proxy.h
|
| @@ -20,7 +20,7 @@
|
|
|
| namespace ppapi {
|
|
|
| -struct PPB_URLRequestInfo_Data;
|
| +struct URLRequestInfoData;
|
|
|
| namespace proxy {
|
|
|
| @@ -58,7 +58,7 @@ class PPB_URLLoader_Proxy : public InterfaceProxy {
|
| void OnMsgCreate(PP_Instance instance,
|
| HostResource* result);
|
| void OnMsgOpen(const HostResource& loader,
|
| - const PPB_URLRequestInfo_Data& data);
|
| + const URLRequestInfoData& data);
|
| void OnMsgFollowRedirect(const HostResource& loader);
|
| void OnMsgGetResponseInfo(const HostResource& loader,
|
| HostResource* result);
|
|
|