Index: content/browser/plugin_loader_posix_unittest.cc |
diff --git a/content/browser/plugin_loader_posix_unittest.cc b/content/browser/plugin_loader_posix_unittest.cc |
index 6944384a4270f4f2e3a4c5bd7aa1bbcf11e7ba7c..c623892c0e7ba49a9be903bb1004283176ea892d 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_; |