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

Unified Diff: ash/common/shelf/shelf_locking_manager.h

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
« no previous file with comments | « ash/common/shelf/shelf_layout_manager.cc ('k') | ash/common/shelf/shelf_locking_manager.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/common/shelf/shelf_locking_manager.h
diff --git a/ash/common/shelf/shelf_locking_manager.h b/ash/common/shelf/shelf_locking_manager.h
index bd1ea77c49760d9394bad5648d29ce0044bab8b9..2bf015e7f996e3865d2ed263b505a00c0beddf4b 100644
--- a/ash/common/shelf/shelf_locking_manager.h
+++ b/ash/common/shelf/shelf_locking_manager.h
@@ -30,7 +30,7 @@ class ASH_EXPORT ShelfLockingManager : public ShellObserver,
void OnLockStateChanged(bool locked) override;
// SessionStateObserver:
- void SessionStateChanged(SessionStateDelegate::SessionState state) override;
+ void SessionStateChanged(session_manager::SessionState state) override;
// LockStateObserver:
void OnLockStateEvent(EventType event) override;
« no previous file with comments | « ash/common/shelf/shelf_layout_manager.cc ('k') | ash/common/shelf/shelf_locking_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698