Index: ash/shell/content/client/shell_browser_main_parts.cc |
diff --git a/ash/shell/content/client/shell_browser_main_parts.cc b/ash/shell/content/client/shell_browser_main_parts.cc |
index 3d3a20e6484319a7855bae6c5fac647f81ed7ee2..f1f13627f2405bbb01ae26f548883eee3ae9d81f 100644 |
--- a/ash/shell/content/client/shell_browser_main_parts.cc |
+++ b/ash/shell/content/client/shell_browser_main_parts.cc |
@@ -135,7 +135,7 @@ void ShellBrowserMainParts::PreMainMessageLoopRun() { |
init_params.blocking_pool = content::BrowserThread::GetBlockingPool(); |
ash::Shell::CreateInstance(init_params); |
ash::Shell::GetInstance()->CreateShelf(); |
- ash::Shell::GetInstance()->UpdateAfterLoginStatusChange(user::LOGGED_IN_USER); |
+ ash::Shell::GetInstance()->UpdateAfterLoginStatusChange(LoginStatus::USER); |
window_watcher_.reset(new ash::shell::WindowWatcher); |
display::Screen::GetScreen()->AddObserver(window_watcher_.get()); |