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

Unified Diff: ash/test/ash_test_helper.cc

Issue 2041233005: Moves ash::user::LoginStatus to ash/common (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: tweaks Created 4 years, 6 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: 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();

Powered by Google App Engine
This is Rietveld 408576698