| Index: content/ppapi_plugin/broker_process_dispatcher.cc
|
| diff --git a/content/ppapi_plugin/broker_process_dispatcher.cc b/content/ppapi_plugin/broker_process_dispatcher.cc
|
| index b9be82648f61d91e17d2203f2774945e6142c381..b8c31d3e85c4c639d2907217ffbb4f2dcdc16a13 100644
|
| --- a/content/ppapi_plugin/broker_process_dispatcher.cc
|
| +++ b/content/ppapi_plugin/broker_process_dispatcher.cc
|
| @@ -23,7 +23,8 @@ const int kPluginReleaseTimeMs = 30 * 1000; // 30 seconds.
|
| BrokerProcessDispatcher::BrokerProcessDispatcher(
|
| base::ProcessHandle remote_process_handle,
|
| PP_ConnectInstance_Func connect_instance)
|
| - : pp::proxy::BrokerSideDispatcher(remote_process_handle, connect_instance) {
|
| + : ppapi::proxy::BrokerSideDispatcher(remote_process_handle,
|
| + connect_instance) {
|
| ChildProcess::current()->AddRefProcess();
|
| }
|
|
|
|
|