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

Unified Diff: ash/test/ash_test_base.cc

Issue 2416253004: ash: Use session_manager::SessionState (Closed)
Patch Set: add comment about session state in SessionStaetDelegateChromeos Created 4 years, 2 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_base.cc
diff --git a/ash/test/ash_test_base.cc b/ash/test/ash_test_base.cc
index 786e9d3bec94f7fa7a76d2aaef6a852a62b6208d..df39b261af151dabfc25da4863a69cd1fe397338 100644
--- a/ash/test/ash_test_base.cc
+++ b/ash/test/ash_test_base.cc
@@ -319,7 +319,7 @@ void AshTestBase::SetSessionStarted(bool session_started) {
void AshTestBase::SetSessionStarting() {
AshTestHelper::GetTestSessionStateDelegate()->set_session_state(
- SessionStateDelegate::SESSION_STATE_ACTIVE);
+ session_manager::SessionState::ACTIVE);
}
void AshTestBase::SetUserLoggedIn(bool user_logged_in) {

Powered by Google App Engine
This is Rietveld 408576698