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

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

Issue 2416253004: ash: Use session_manager::SessionState (Closed)
Patch Set: fix compile 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/common/shelf/shelf_layout_manager.h
diff --git a/ash/common/shelf/shelf_layout_manager.h b/ash/common/shelf/shelf_layout_manager.h
index 6666a8d3e9d05f8c2c6f737836095b14f1bd2733..248a647627e9de66c86f39a4f25c75074b7daa3b 100644
--- a/ash/common/shelf/shelf_layout_manager.h
+++ b/ash/common/shelf/shelf_layout_manager.h
@@ -148,7 +148,7 @@ class ASH_EXPORT ShelfLayoutManager
void OnLockStateEvent(LockStateObserver::EventType event) override;
// Overridden from SessionStateObserver:
- void SessionStateChanged(SessionStateDelegate::SessionState state) override;
+ void SessionStateChanged(SessionState state) override;
// TODO(msw): Remove these accessors, kept temporarily to simplify changes.
ShelfAlignment GetAlignment() const { return shelf_widget_->GetAlignment(); }

Powered by Google App Engine
This is Rietveld 408576698