From ab820df141e6ab45fd8a095d2f57f91df44e6c9c Mon Sep 17 00:00:00 2001 From: "darin@google.com" Date: Tue, 26 Aug 2008 05:55:10 +0000 Subject: Chrome changes corresponding to my message_loop_type CL. git-svn-id: svn://svn.chromium.org/chrome/trunk/src@1363 0039d316-1c4b-4281-b951-d872f2087c98 --- chrome/plugin/plugin_thread.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'chrome/plugin/plugin_thread.h') 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(); -- cgit v1.1