diff options
Diffstat (limited to 'chrome/plugin/plugin_thread.h')
-rw-r--r-- | chrome/plugin/plugin_thread.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/plugin/plugin_thread.h b/chrome/plugin/plugin_thread.h index f2bfb85..df4b67a 100644 --- a/chrome/plugin/plugin_thread.h +++ b/chrome/plugin/plugin_thread.h @@ -19,7 +19,7 @@ class NotificationService; // process and WebPluginDelegateStub in this thread through IPC messages. class PluginThread : public IPC::Channel::Listener, public IPC::Message::Sender, - public Thread { + public base::Thread { public: PluginThread(PluginProcess *process, const std::wstring& channel_name); ~PluginThread(); |