summaryrefslogtreecommitdiffstats
path: root/ppapi/proxy/ppp_messaging_proxy.h
diff options
context:
space:
mode:
Diffstat (limited to 'ppapi/proxy/ppp_messaging_proxy.h')
-rw-r--r--ppapi/proxy/ppp_messaging_proxy.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/ppapi/proxy/ppp_messaging_proxy.h b/ppapi/proxy/ppp_messaging_proxy.h
index a8b396a..2deb40f 100644
--- a/ppapi/proxy/ppp_messaging_proxy.h
+++ b/ppapi/proxy/ppp_messaging_proxy.h
@@ -10,7 +10,7 @@
struct PPP_Messaging;
-namespace pp {
+namespace ppapi {
namespace proxy {
class SerializedVarReceiveInput;
@@ -36,6 +36,6 @@ class PPP_Messaging_Proxy : public InterfaceProxy {
};
} // namespace proxy
-} // namespace pp
+} // namespace ppapi
#endif // PPAPI_PROXY_PPP_MESSAGING_PROXY_H_