| Index: ppapi/proxy/dispatcher.cc
|
| diff --git a/ppapi/proxy/dispatcher.cc b/ppapi/proxy/dispatcher.cc
|
| index a2a1d7137a38f2caf5f180d28abe2a795cca3eaf..b24df9fd6e36e77f5ae35eaa055fc2772635c5d9 100644
|
| --- a/ppapi/proxy/dispatcher.cc
|
| +++ b/ppapi/proxy/dispatcher.cc
|
| @@ -18,7 +18,7 @@ namespace ppapi {
|
| namespace proxy {
|
|
|
| Dispatcher::Dispatcher(base::ProcessHandle remote_process_handle,
|
| - GetInterfaceFunc local_get_interface)
|
| + PP_GetInterface_Func local_get_interface)
|
| : ProxyChannel(remote_process_handle),
|
| disallow_trusted_interfaces_(false), // TODO(brettw) make this settable.
|
| local_get_interface_(local_get_interface) {
|
|
|