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

Unified Diff: chrome/browser/chromeos/login/wizard_in_process_browser_test.cc

Issue 14113053: chrome: Use base::MessageLoop. (Part 3) (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 8 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/chromeos/login/wizard_in_process_browser_test.cc
diff --git a/chrome/browser/chromeos/login/wizard_in_process_browser_test.cc b/chrome/browser/chromeos/login/wizard_in_process_browser_test.cc
index f0dc2a2cd4a0a5daf126d408eb0e0709dcf82b2f..740eaa031781e27a4ac58de447157d92bf30f8b4 100644
--- a/chrome/browser/chromeos/login/wizard_in_process_browser_test.cc
+++ b/chrome/browser/chromeos/login/wizard_in_process_browser_test.cc
@@ -43,7 +43,7 @@ void WizardInProcessBrowserTest::SetUpOnMainThread() {
void WizardInProcessBrowserTest::CleanUpOnMainThread() {
// LoginDisplayHost owns controllers and all windows.
- MessageLoopForUI::current()->DeleteSoon(FROM_HERE, host_);
+ base::MessageLoopForUI::current()->DeleteSoon(FROM_HERE, host_);
content::RunMessageLoop();
}

Powered by Google App Engine
This is Rietveld 408576698