Index: ppapi/proxy/ppb_crypto_proxy.cc |
diff --git a/ppapi/proxy/ppb_crypto_proxy.cc b/ppapi/proxy/ppb_crypto_proxy.cc |
index d9008006ca692a1b833b8d1af1597e512ec03a4a..c534864f4a539bb219537cea80d270ba2bb43e0b 100644 |
--- a/ppapi/proxy/ppb_crypto_proxy.cc |
+++ b/ppapi/proxy/ppb_crypto_proxy.cc |
@@ -8,7 +8,7 @@ |
#include "ppapi/proxy/interface_id.h" |
#include "ppapi/shared_impl/crypto_impl.h" |
-namespace pp { |
+namespace ppapi { |
namespace proxy { |
namespace { |
@@ -51,4 +51,4 @@ bool PPB_Crypto_Proxy::OnMessageReceived(const IPC::Message& msg) { |
} |
} // namespace proxy |
-} // namespace pp |
+} // namespace ppapi |