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

Unified Diff: chrome/browser/ui/webui/sync_internals_ui_unittest.cc

Issue 14307023: chrome: Use base::MessageLoop. (Part 2) (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase 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/ui/webui/sync_internals_ui_unittest.cc
diff --git a/chrome/browser/ui/webui/sync_internals_ui_unittest.cc b/chrome/browser/ui/webui/sync_internals_ui_unittest.cc
index bdb07a65975b634eaed051cf9ca977a851d3616f..5ec4e1063dbe3bdc28cfb4800e6f7976eea4e40e 100644
--- a/chrome/browser/ui/webui/sync_internals_ui_unittest.cc
+++ b/chrome/browser/ui/webui/sync_internals_ui_unittest.cc
@@ -76,7 +76,7 @@ class SyncInternalsUITestWithService : public ChromeRenderViewHostTestHarness {
// Needed by |sync_internals_ui_|'s constructor. The
// message loop is provided by ChromeRenderViewHostTestHarness.
content::TestBrowserThread ui_thread_(BrowserThread::UI,
- MessageLoopForUI::current());
+ base::MessageLoopForUI::current());
// |sync_internals_ui_|'s constructor triggers all the
// expectations above.
web_ui_.reset(new TestSyncWebUI(web_contents()));
@@ -156,7 +156,7 @@ class SyncInternalsUITestWithoutService
// Needed by |sync_internals_ui_|'s constructor. The
// message loop is provided by ChromeRenderViewHostTestHarness.
content::TestBrowserThread ui_thread_(BrowserThread::UI,
- MessageLoopForUI::current());
+ base::MessageLoopForUI::current());
// |sync_internals_ui_|'s constructor triggers all the
// expectations above.
web_ui_.reset(new TestSyncWebUI(web_contents()));
« no previous file with comments | « chrome/browser/ui/webui/ntp/android/partner_bookmarks_shim_unittest.cc ('k') | chrome/browser/ui/webui/sync_setup_handler.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698