| 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
|
|
|