| Index: ash/mus/shell_delegate_mus.cc
|
| diff --git a/ash/mus/shell_delegate_mus.cc b/ash/mus/shell_delegate_mus.cc
|
| index 8dd3c02d7c40237a40d72eb246c7dc657dceac74..6300d67614cdad5b79a7314cf15825435f664dc0 100644
|
| --- a/ash/mus/shell_delegate_mus.cc
|
| +++ b/ash/mus/shell_delegate_mus.cc
|
| @@ -58,7 +58,9 @@ class SessionStateDelegateStub : public SessionStateDelegate {
|
| screen_locked_ = false;
|
| }
|
| bool IsUserSessionBlocked() const override { return false; }
|
| - SessionState GetSessionState() const override { return SESSION_STATE_ACTIVE; }
|
| + session_manager::SessionState GetSessionState() const override {
|
| + return session_manager::SessionState::ACTIVE;
|
| + }
|
| const user_manager::UserInfo* GetUserInfo(UserIndex index) const override {
|
| return user_info_.get();
|
| }
|
|
|