Index: chrome/browser/plugins/plugin_prefs_unittest.cc |
diff --git a/chrome/browser/plugins/plugin_prefs_unittest.cc b/chrome/browser/plugins/plugin_prefs_unittest.cc |
index ad1aa8e77437fcc8304efb3e14761dbd857b7454..42d1b05f35c9cec0f8a57653bb973f1670d44ded 100644 |
--- a/chrome/browser/plugins/plugin_prefs_unittest.cc |
+++ b/chrome/browser/plugins/plugin_prefs_unittest.cc |
@@ -180,7 +180,7 @@ TEST_F(PluginPrefsTest, EnabledAndDisabledByPolicy) { |
TEST_F(PluginPrefsTest, UnifiedPepperFlashState) { |
base::ShadowingAtExitManager at_exit_manager_; // Destroys the PluginService. |
- MessageLoop message_loop; |
+ base::MessageLoop message_loop; |
content::TestBrowserThread ui_thread(BrowserThread::UI, &message_loop); |
webkit::npapi::MockPluginList plugin_list; |
PluginService::GetInstance()->SetPluginListForTesting(&plugin_list); |