diff options
Diffstat (limited to 'remoting/client/plugin/pepper_plugin_thread_delegate.h')
-rw-r--r-- | remoting/client/plugin/pepper_plugin_thread_delegate.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/remoting/client/plugin/pepper_plugin_thread_delegate.h b/remoting/client/plugin/pepper_plugin_thread_delegate.h index 8b4bd7b..59ea3e4 100644 --- a/remoting/client/plugin/pepper_plugin_thread_delegate.h +++ b/remoting/client/plugin/pepper_plugin_thread_delegate.h @@ -5,7 +5,7 @@ #ifndef REMOTING_CLIENT_PLUGIN_PEPPER_PLUGIN_THREAD_DELEGATE_H_ #define REMOTING_CLIENT_PLUGIN_PEPPER_PLUGIN_THREAD_DELEGATE_H_ -#include "remoting/base/plugin_message_loop_proxy.h" +#include "remoting/base/plugin_thread_task_runner.h" // Macro useful for writing cross-platform function pointers. #if defined(OS_WIN) && !defined(CDECL) @@ -20,7 +20,7 @@ class Core; namespace remoting { -class PepperPluginThreadDelegate : public PluginMessageLoopProxy::Delegate { +class PepperPluginThreadDelegate : public PluginThreadTaskRunner::Delegate { public: PepperPluginThreadDelegate(); virtual ~PepperPluginThreadDelegate(); |