Index: ppapi/proxy/plugin_dispatcher.h |
diff --git a/ppapi/proxy/plugin_dispatcher.h b/ppapi/proxy/plugin_dispatcher.h |
index 6e9b34888ca910b4a48dcf88added09eb5d846df..88d3763a36948b8c9332046c2b4aa1165d3714fc 100644 |
--- a/ppapi/proxy/plugin_dispatcher.h |
+++ b/ppapi/proxy/plugin_dispatcher.h |
@@ -67,7 +67,7 @@ class PPAPI_PROXY_EXPORT PluginDispatcher |
// |
// You must call InitPluginWithChannel after the constructor. |
PluginDispatcher(base::ProcessHandle remote_process_handle, |
- GetInterfaceFunc get_interface); |
+ PP_GetInterface_Func get_interface); |
virtual ~PluginDispatcher(); |
// The plugin side maintains a mapping from PP_Instance to Dispatcher so |