diff options
Diffstat (limited to 'ppapi/proxy/host_dispatcher.cc')
-rw-r--r-- | ppapi/proxy/host_dispatcher.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ppapi/proxy/host_dispatcher.cc b/ppapi/proxy/host_dispatcher.cc index 40fc717..858b17b 100644 --- a/ppapi/proxy/host_dispatcher.cc +++ b/ppapi/proxy/host_dispatcher.cc @@ -14,7 +14,7 @@ #include "ppapi/proxy/ppapi_messages.h" #include "ppapi/proxy/resource_creation_proxy.h" -namespace pp { +namespace ppapi { namespace proxy { namespace { @@ -272,4 +272,4 @@ ScopedModuleReference::~ScopedModuleReference() { } } // namespace proxy -} // namespace pp +} // namespace ppapi |