diff options
Diffstat (limited to 'content/browser/plugin_loader_posix_unittest.cc')
-rw-r--r-- | content/browser/plugin_loader_posix_unittest.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/content/browser/plugin_loader_posix_unittest.cc b/content/browser/plugin_loader_posix_unittest.cc index 6944384..c623892 100644 --- a/content/browser/plugin_loader_posix_unittest.cc +++ b/content/browser/plugin_loader_posix_unittest.cc @@ -79,7 +79,7 @@ class PluginLoaderPosixTest : public testing::Test { PluginServiceImpl::GetInstance()->Init(); } - MessageLoop* message_loop() { return &message_loop_; } + base::MessageLoop* message_loop() { return &message_loop_; } MockPluginLoaderPosix* plugin_loader() { return plugin_loader_.get(); } void AddThreePlugins() { @@ -97,7 +97,7 @@ class PluginLoaderPosixTest : public testing::Test { private: base::ShadowingAtExitManager at_exit_manager_; // Destroys PluginService. - MessageLoopForIO message_loop_; + base::MessageLoopForIO message_loop_; BrowserThreadImpl file_thread_; BrowserThreadImpl io_thread_; |