Index: chrome/browser/plugins/plugin_prefs.cc |
diff --git a/chrome/browser/plugins/plugin_prefs.cc b/chrome/browser/plugins/plugin_prefs.cc |
index 56e33e2a374ab02a241f22e68eb792e2827b49da..e570c00af8e5597b81ab240d0f0f1464734c5558 100644 |
--- a/chrome/browser/plugins/plugin_prefs.cc |
+++ b/chrome/browser/plugins/plugin_prefs.cc |
@@ -164,8 +164,8 @@ void PluginPrefs::EnablePlugin( |
} |
if (!can_enable) { |
- MessageLoop::current()->PostTask(FROM_HERE, |
- base::Bind(callback, false)); |
+ base::MessageLoop::current()->PostTask(FROM_HERE, |
+ base::Bind(callback, false)); |
return; |
} |