Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(598)

Unified Diff: chrome/browser/renderer_host/plugin_info_message_filter_unittest.cc

Issue 14113053: chrome: Use base::MessageLoop. (Part 3) (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase again Created 7 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/browser/renderer_host/plugin_info_message_filter_unittest.cc
diff --git a/chrome/browser/renderer_host/plugin_info_message_filter_unittest.cc b/chrome/browser/renderer_host/plugin_info_message_filter_unittest.cc
index f7e905f37fb1343b8db69a1c30df8d060f16f1aa..9356849ffc82b9fa38f7d12d2143a2cefd8a8154 100644
--- a/chrome/browser/renderer_host/plugin_info_message_filter_unittest.cc
+++ b/chrome/browser/renderer_host/plugin_info_message_filter_unittest.cc
@@ -111,10 +111,10 @@ class PluginInfoMessageFilterTest : public ::testing::Test {
private:
void PluginsLoaded(const std::vector<webkit::WebPluginInfo>& plugins) {
- MessageLoop::current()->Quit();
+ base::MessageLoop::current()->Quit();
}
- MessageLoop message_loop_;
+ base::MessageLoop message_loop_;
// PluginService::GetPlugins on Windows jumps to the FILE thread even with
// a MockPluginList.
content::TestBrowserThread file_thread_;

Powered by Google App Engine
This is Rietveld 408576698