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

Unified Diff: ash/common/session/session_state_observer.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/session/session_state_delegate.cc ('k') | ash/common/shelf/shelf_layout_manager.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/common/session/session_state_observer.h
diff --git a/ash/common/session/session_state_observer.h b/ash/common/session/session_state_observer.h
index cc323660e5b8bee0593b6c686307433042b8b6c7..99bdb423e7693a715585965fbeec8b7a52a727b4 100644
--- a/ash/common/session/session_state_observer.h
+++ b/ash/common/session/session_state_observer.h
@@ -6,8 +6,8 @@
#define ASH_COMMON_SESSION_SESSION_STATE_OBSERVER_H_
#include "ash/ash_export.h"
-#include "ash/common/session/session_state_delegate.h"
#include "base/macros.h"
+#include "components/session_manager/session_manager_types.h"
class AccountId;
@@ -22,7 +22,7 @@ class ASH_EXPORT SessionStateObserver {
virtual void UserAddedToSession(const AccountId& account_id) {}
// Called when session state is changed.
- virtual void SessionStateChanged(SessionStateDelegate::SessionState state) {}
+ virtual void SessionStateChanged(session_manager::SessionState state) {}
protected:
virtual ~SessionStateObserver() {}
« no previous file with comments | « ash/common/session/session_state_delegate.cc ('k') | ash/common/shelf/shelf_layout_manager.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698