Index: ppapi/proxy/host_dispatcher.h |
diff --git a/ppapi/proxy/host_dispatcher.h b/ppapi/proxy/host_dispatcher.h |
index 1bacdfae34126cb4c43d97f5c79cb6c325d36537..77b05ade3cac597291827959ee532106d70fd119 100644 |
--- a/ppapi/proxy/host_dispatcher.h |
+++ b/ppapi/proxy/host_dispatcher.h |
@@ -30,7 +30,7 @@ class PPAPI_PROXY_EXPORT HostDispatcher : public Dispatcher { |
// You must call InitHostWithChannel after the constructor. |
HostDispatcher(base::ProcessHandle host_process_handle, |
PP_Module module, |
- GetInterfaceFunc local_get_interface); |
+ PP_GetInterface_Func local_get_interface); |
~HostDispatcher(); |
// You must call this function before anything else. Returns true on success. |