| Index: ash/common/session/session_state_delegate.cc
|
| diff --git a/ash/common/session/session_state_delegate.cc b/ash/common/session/session_state_delegate.cc
|
| index 2523787f10fc1123c5d4d7469f5dda1221359c28..fc1a94978eaa1fb71443547239523f9f5c3551d7 100644
|
| --- a/ash/common/session/session_state_delegate.cc
|
| +++ b/ash/common/session/session_state_delegate.cc
|
| @@ -7,7 +7,7 @@
|
| namespace ash {
|
|
|
| bool SessionStateDelegate::IsInSecondaryLoginScreen() const {
|
| - return GetSessionState() == SESSION_STATE_LOGIN_SECONDARY;
|
| + return GetSessionState() == session_manager::SessionState::LOGIN_SECONDARY;
|
| }
|
|
|
| bool SessionStateDelegate::CanAddUserToMultiProfile(
|
|
|