| Index: content/ppapi_plugin/plugin_process_dispatcher.h
|
| diff --git a/content/ppapi_plugin/plugin_process_dispatcher.h b/content/ppapi_plugin/plugin_process_dispatcher.h
|
| index ffcdc48e0104eae3bec8f5e419ffb6dc08637746..12455d8a35b1f80d347151452015e8e62f592389 100644
|
| --- a/content/ppapi_plugin/plugin_process_dispatcher.h
|
| +++ b/content/ppapi_plugin/plugin_process_dispatcher.h
|
| @@ -14,7 +14,7 @@
|
| class PluginProcessDispatcher : public ppapi::proxy::PluginDispatcher {
|
| public:
|
| PluginProcessDispatcher(base::ProcessHandle remote_process_handle,
|
| - GetInterfaceFunc get_interface);
|
| + PP_GetInterface_Func get_interface);
|
| virtual ~PluginProcessDispatcher();
|
|
|
| private:
|
|
|