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

Unified Diff: ash/test/test_session_state_delegate.cc

Issue 2041233005: Moves ash::user::LoginStatus to ash/common (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix test 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
« no previous file with comments | « ash/test/status_area_widget_test_helper.cc ('k') | ash/test/test_system_tray_delegate.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/test/test_session_state_delegate.cc
diff --git a/ash/test/test_session_state_delegate.cc b/ash/test/test_session_state_delegate.cc
index 40c438b0cc64d9e0d2f117ce4028d4cd8922f3c0..1242b72a8e58517e1716606dcb9dfd471e606bbc 100644
--- a/ash/test/test_session_state_delegate.cc
+++ b/ash/test/test_session_state_delegate.cc
@@ -175,8 +175,7 @@ void TestSessionStateDelegate::SetActiveUserSessionStarted(
user_manager_->SessionStarted();
session_state_ = SESSION_STATE_ACTIVE;
Shell::GetInstance()->CreateShelf();
- Shell::GetInstance()->UpdateAfterLoginStatusChange(
- user::LOGGED_IN_USER);
+ Shell::GetInstance()->UpdateAfterLoginStatusChange(LoginStatus::USER);
} else {
session_state_ = SESSION_STATE_LOGIN_PRIMARY;
user_manager_.reset(new TestUserManager());
« no previous file with comments | « ash/test/status_area_widget_test_helper.cc ('k') | ash/test/test_system_tray_delegate.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698