Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(55)

Unified Diff: ppapi/proxy/proxy_channel.cc

Issue 7655002: Convert the pp::proxy namespace to the ppapi::proxy namespace. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: ppapi/proxy/proxy_channel.cc
diff --git a/ppapi/proxy/proxy_channel.cc b/ppapi/proxy/proxy_channel.cc
index c7b1ecfeae4f6c4236167478aadff3336c1b5e4e..18e8651a91cd6b9d824154c84046018ab9431171 100644
--- a/ppapi/proxy/proxy_channel.cc
+++ b/ppapi/proxy/proxy_channel.cc
@@ -7,7 +7,7 @@
#include "ipc/ipc_platform_file.h"
#include "ipc/ipc_test_sink.h"
-namespace pp {
+namespace ppapi {
namespace proxy {
ProxyChannel::ProxyChannel(base::ProcessHandle remote_process_handle)
@@ -66,4 +66,4 @@ bool ProxyChannel::Send(IPC::Message* msg) {
}
} // namespace proxy
-} // namespace pp
+} // namespace ppapi

Powered by Google App Engine
This is Rietveld 408576698