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

Unified Diff: content/ppapi_plugin/plugin_process_dispatcher.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: content/ppapi_plugin/plugin_process_dispatcher.cc
diff --git a/content/ppapi_plugin/plugin_process_dispatcher.cc b/content/ppapi_plugin/plugin_process_dispatcher.cc
index 08528e7b233622928e2205f3b88f0a46864a15e3..0243100ede23def13d11cd8f56026e4ff82c9157 100644
--- a/content/ppapi_plugin/plugin_process_dispatcher.cc
+++ b/content/ppapi_plugin/plugin_process_dispatcher.cc
@@ -23,7 +23,7 @@ const int kPluginReleaseTimeMs = 30 * 1000; // 30 seconds.
PluginProcessDispatcher::PluginProcessDispatcher(
base::ProcessHandle remote_process_handle,
GetInterfaceFunc get_interface)
- : pp::proxy::PluginDispatcher(remote_process_handle, get_interface) {
+ : ppapi::proxy::PluginDispatcher(remote_process_handle, get_interface) {
ChildProcess::current()->AddRefProcess();
}

Powered by Google App Engine
This is Rietveld 408576698