| Index: ash/test/ash_test_helper.cc
|
| diff --git a/ash/test/ash_test_helper.cc b/ash/test/ash_test_helper.cc
|
| index 77a72e68c006694cfe25ec358a9753a9ae5f270c..62f5db8ed34a96fe524ee5cfeba708244595fc43 100644
|
| --- a/ash/test/ash_test_helper.cc
|
| +++ b/ash/test/ash_test_helper.cc
|
| @@ -175,7 +175,7 @@ void AshTestHelper::TearDown() {
|
| ui::TerminateContextFactoryForTests();
|
|
|
| // Need to reset the initial login status.
|
| - TestSystemTrayDelegate::SetInitialLoginStatus(user::LOGGED_IN_USER);
|
| + TestSystemTrayDelegate::SetInitialLoginStatus(LoginStatus::USER);
|
|
|
| ui::ShutdownInputMethodForTesting();
|
| zero_duration_mode_.reset();
|
|
|