| 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 5d33e12bf4e063e1a01a090caf76762d65feb394..22c42c7152d6b6e024142ffaa31ca80fae6ec53f 100644
|
| --- a/content/ppapi_plugin/plugin_process_dispatcher.cc
|
| +++ b/content/ppapi_plugin/plugin_process_dispatcher.cc
|
| @@ -17,7 +17,7 @@ const int kPluginReleaseTimeSeconds = 30;
|
|
|
| PluginProcessDispatcher::PluginProcessDispatcher(
|
| base::ProcessHandle remote_process_handle,
|
| - GetInterfaceFunc get_interface)
|
| + PP_GetInterface_Func get_interface)
|
| : ppapi::proxy::PluginDispatcher(remote_process_handle, get_interface) {
|
| ChildProcess::current()->AddRefProcess();
|
| }
|
|
|