| Index: remoting/client/plugin/pepper_plugin_thread_delegate.h
|
| diff --git a/remoting/client/plugin/pepper_plugin_thread_delegate.h b/remoting/client/plugin/pepper_plugin_thread_delegate.h
|
| index 8b4bd7b0c842508455eb6922cbaf60ce0786298f..59ea3e4e740aaeb2e365553ac2c9540c590e37a3 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();
|
|
|