Index: ppapi/proxy/ppb_url_response_info_proxy.h |
diff --git a/ppapi/proxy/ppb_url_response_info_proxy.h b/ppapi/proxy/ppb_url_response_info_proxy.h |
index 9713256e1a814ce60fb0a218a4ea014230de7ca1..a81549df9e532e40a1580570a654a0532327e25f 100644 |
--- a/ppapi/proxy/ppb_url_response_info_proxy.h |
+++ b/ppapi/proxy/ppb_url_response_info_proxy.h |
@@ -15,9 +15,11 @@ |
struct PPB_URLResponseInfo; |
namespace ppapi { |
+ |
+struct PPB_FileRef_CreateInfo; |
+ |
namespace proxy { |
-struct PPBFileRef_CreateInfo; |
class SerializedVarReturnValue; |
class PPB_URLResponseInfo_Proxy : public InterfaceProxy { |
@@ -45,7 +47,7 @@ class PPB_URLResponseInfo_Proxy : public InterfaceProxy { |
int32_t property, |
SerializedVarReturnValue result); |
void OnMsgGetBodyAsFileRef(const ppapi::HostResource& response, |
- PPBFileRef_CreateInfo* result); |
+ PPB_FileRef_CreateInfo* result); |
DISALLOW_COPY_AND_ASSIGN(PPB_URLResponseInfo_Proxy); |
}; |