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

Unified Diff: ppapi/proxy/plugin_message_filter.h

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/plugin_message_filter.h
diff --git a/ppapi/proxy/plugin_message_filter.h b/ppapi/proxy/plugin_message_filter.h
index fa3b2f4adfc1590c14315f442ed714978243e9f5..10f45c872975331a99339a0b88fe909f1f74ba6a 100644
--- a/ppapi/proxy/plugin_message_filter.h
+++ b/ppapi/proxy/plugin_message_filter.h
@@ -11,7 +11,7 @@
#include "ipc/ipc_message.h"
#include "ppapi/c/pp_instance.h"
-namespace pp {
+namespace ppapi {
namespace proxy {
// Listens for messages on the I/O thread of the plugin and handles some of
@@ -51,6 +51,6 @@ class PluginMessageFilter : public IPC::ChannelProxy::MessageFilter,
};
} // namespace proxy
-} // namespace pp
+} // namespace ppapi
#endif // PPAPI_PROXY_PLUGIN_MESSAGE_FILTER_H_

Powered by Google App Engine
This is Rietveld 408576698