| Index: content/ppapi_plugin/ppapi_thread.h
|
| diff --git a/content/ppapi_plugin/ppapi_thread.h b/content/ppapi_plugin/ppapi_thread.h
|
| index 0784dd3349f41009ea86e518fdc94b28ea5cd1a2..45af88ea7f4b6a4ddc52576cbf2d83c4e46227fc 100644
|
| --- a/content/ppapi_plugin/ppapi_thread.h
|
| +++ b/content/ppapi_plugin/ppapi_thread.h
|
| @@ -75,7 +75,7 @@ class PpapiThread : public ChildThread,
|
| // Global state tracking for the proxy.
|
| ppapi::proxy::PluginGlobals plugin_globals_;
|
|
|
| - ppapi::proxy::Dispatcher::GetInterfaceFunc get_plugin_interface_;
|
| + PP_GetInterface_Func get_plugin_interface_;
|
|
|
| // Callback to call when a new instance connects to the broker.
|
| // Used only when is_broker_.
|
|
|