Index: ppapi/proxy/plugin_dispatcher.cc |
diff --git a/ppapi/proxy/plugin_dispatcher.cc b/ppapi/proxy/plugin_dispatcher.cc |
index 4380deaad50ff972941b8a0830ab111a008443d3..94cd3df51b88adbc23a39e38e413450e689018cc 100644 |
--- a/ppapi/proxy/plugin_dispatcher.cc |
+++ b/ppapi/proxy/plugin_dispatcher.cc |
@@ -59,7 +59,7 @@ InstanceData::~InstanceData() { |
} |
PluginDispatcher::PluginDispatcher(base::ProcessHandle remote_process_handle, |
- GetInterfaceFunc get_interface) |
+ PP_GetInterface_Func get_interface) |
: Dispatcher(remote_process_handle, get_interface), |
plugin_delegate_(NULL), |
received_preferences_(false), |