| 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..e0eda195807683e70e1989bf90990922b1debe5f 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(session_manager::SessionState state) override;
|
|
|
| // TODO(msw): Remove these accessors, kept temporarily to simplify changes.
|
| ShelfAlignment GetAlignment() const { return shelf_widget_->GetAlignment(); }
|
|
|