diff options
Diffstat (limited to 'ppapi/proxy/ppb_file_ref_proxy.h')
-rw-r--r-- | ppapi/proxy/ppb_file_ref_proxy.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/ppapi/proxy/ppb_file_ref_proxy.h b/ppapi/proxy/ppb_file_ref_proxy.h index d03a9dd..3ae502d 100644 --- a/ppapi/proxy/ppb_file_ref_proxy.h +++ b/ppapi/proxy/ppb_file_ref_proxy.h @@ -16,10 +16,9 @@ struct PPB_FileRef_Dev; namespace ppapi { + class HostResource; -} -namespace pp { namespace proxy { struct PPBFileRef_CreateInfo; @@ -83,6 +82,6 @@ class PPB_FileRef_Proxy : public InterfaceProxy { }; } // namespace proxy -} // namespace pp +} // namespace ppapi #endif // PPAPI_PROXY_PPB_FILE_REF_PROXY_H_ |