| Index: ppapi/proxy/host_dispatcher.cc
|
| diff --git a/ppapi/proxy/host_dispatcher.cc b/ppapi/proxy/host_dispatcher.cc
|
| index d1c28f7236e1910cb0846fb6ff4d2c048b3b5131..7b2f2b1e6d047daaff8cf49825b7176dc220d8a1 100644
|
| --- a/ppapi/proxy/host_dispatcher.cc
|
| +++ b/ppapi/proxy/host_dispatcher.cc
|
| @@ -63,7 +63,7 @@ class BoolRestorer {
|
|
|
| HostDispatcher::HostDispatcher(base::ProcessHandle remote_process_handle,
|
| PP_Module module,
|
| - GetInterfaceFunc local_get_interface)
|
| + PP_GetInterface_Func local_get_interface)
|
| : Dispatcher(remote_process_handle, local_get_interface),
|
| pp_module_(module),
|
| ppb_proxy_(NULL),
|
|
|