| 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();
|
| }
|
|
|