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

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: 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/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 e998f9f1ef6fb26c388fc07e860058b0e4259e83..0408674f143971def40fd45d6f6b3cacb2ec3ab8 100644
--- a/chrome/browser/chromeos/login/wizard_in_process_browser_test.cc
+++ b/chrome/browser/chromeos/login/wizard_in_process_browser_test.cc
@@ -43,9 +43,9 @@ 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_);
- MessageLoopForUI::current()->RunUntilIdle();
+ base::MessageLoopForUI::current()->RunUntilIdle();
}
} // namespace chromeos

Powered by Google App Engine
This is Rietveld 408576698