| Index: chrome/browser/chromeos/login/session/user_session_manager.cc
|
| diff --git a/chrome/browser/chromeos/login/session/user_session_manager.cc b/chrome/browser/chromeos/login/session/user_session_manager.cc
|
| index 751d50e1e2246766723fedc0ef55532efd8ae715..5c8a14dfc6e26c2a2ce8b1321cc5f860ef1f131b 100644
|
| --- a/chrome/browser/chromeos/login/session/user_session_manager.cc
|
| +++ b/chrome/browser/chromeos/login/session/user_session_manager.cc
|
| @@ -1136,7 +1136,7 @@ void UserSessionManager::FinalizePrepareProfile(Profile* profile) {
|
| profile->OnLogin();
|
|
|
| g_browser_process->platform_part()->SessionManager()->SetSessionState(
|
| - session_manager::SESSION_STATE_LOGGED_IN_NOT_ACTIVE);
|
| + session_manager::SessionState::LOGGED_IN_NOT_ACTIVE);
|
|
|
| // Send the notification before creating the browser so additional objects
|
| // that need the profile (e.g. the launcher) can be created first.
|
|
|