Index: chrome/browser/chromeos/login/wizard_controller_browsertest.cc |
diff --git a/chrome/browser/chromeos/login/wizard_controller_browsertest.cc b/chrome/browser/chromeos/login/wizard_controller_browsertest.cc |
index 373b142bc87c8dc2712d7fe5d8df8396452e026b..361523c2c260e07cd6b3cc6bfe5d1c396d53070f 100644 |
--- a/chrome/browser/chromeos/login/wizard_controller_browsertest.cc |
+++ b/chrome/browser/chromeos/login/wizard_controller_browsertest.cc |
@@ -307,7 +307,7 @@ IN_PROC_BROWSER_TEST_F(WizardControllerFlowTest, |
ExistingUserController::current_controller()->CompleteLogin( |
UserContext(kUsername, kPassword, "")); |
// Run the tasks posted to complete the login: |
- MessageLoop::current()->RunUntilIdle(); |
+ base::MessageLoop::current()->RunUntilIdle(); |
EnrollmentScreen* screen = |
WizardController::default_controller()->GetEnrollmentScreen(); |
@@ -318,7 +318,7 @@ IN_PROC_BROWSER_TEST_F(WizardControllerFlowTest, |
// Prevent browser launch when the profile is prepared: |
browser_shutdown::SetTryingToQuit(true); |
// Run the tasks posted to complete the login: |
- MessageLoop::current()->RunUntilIdle(); |
+ base::MessageLoop::current()->RunUntilIdle(); |
} |
IN_PROC_BROWSER_TEST_F(WizardControllerFlowTest, ControlFlowResetScreen) { |