| 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();
|
| }
|
|
|
|
|