Index: ppapi/proxy/ppb_file_ref_proxy.cc |
diff --git a/ppapi/proxy/ppb_file_ref_proxy.cc b/ppapi/proxy/ppb_file_ref_proxy.cc |
index 7a101530605c6cd42d101d061e22d2fd2b1a05c6..47167b45c8aa8eec348be790d15cadb787e6cdcd 100644 |
--- a/ppapi/proxy/ppb_file_ref_proxy.cc |
+++ b/ppapi/proxy/ppb_file_ref_proxy.cc |
@@ -16,14 +16,12 @@ |
#include "ppapi/thunk/resource_creation_api.h" |
#include "ppapi/thunk/thunk.h" |
-using ppapi::HostResource; |
-using ppapi::Resource; |
using ppapi::thunk::EnterFunctionNoLock; |
using ppapi::thunk::EnterResourceNoLock; |
using ppapi::thunk::PPB_FileRef_API; |
using ppapi::thunk::ResourceCreationAPI; |
-namespace pp { |
+namespace ppapi { |
namespace proxy { |
namespace { |
@@ -161,7 +159,7 @@ PPB_FileRef_Proxy::~PPB_FileRef_Proxy() { |
const InterfaceProxy::Info* PPB_FileRef_Proxy::GetInfo() { |
static const Info info = { |
- ::ppapi::thunk::GetPPB_FileRef_Thunk(), |
+ thunk::GetPPB_FileRef_Thunk(), |
PPB_FILEREF_INTERFACE, |
INTERFACE_ID_PPB_FILE_REF, |
false, |
@@ -306,4 +304,4 @@ void PPB_FileRef_Proxy::OnMsgRename(const HostResource& file_ref, |
} |
} // namespace proxy |
-} // namespace pp |
+} // namespace ppapi |