summaryrefslogtreecommitdiffstats
path: root/ppapi/proxy/interface_proxy.h
diff options
context:
space:
mode:
Diffstat (limited to 'ppapi/proxy/interface_proxy.h')
-rw-r--r--ppapi/proxy/interface_proxy.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/ppapi/proxy/interface_proxy.h b/ppapi/proxy/interface_proxy.h
index 3b16f9e..1fed704 100644
--- a/ppapi/proxy/interface_proxy.h
+++ b/ppapi/proxy/interface_proxy.h
@@ -13,7 +13,7 @@
#include "ppapi/c/pp_var.h"
#include "ppapi/proxy/interface_id.h"
-namespace pp {
+namespace ppapi {
namespace proxy {
class Dispatcher;
@@ -73,7 +73,7 @@ class InterfaceProxy : public IPC::Channel::Listener,
};
} // namespace proxy
-} // namespace pp
+} // namespace ppapi
#endif // PPAPI_PROXY_INTERFACE_PROXY_H_