| 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 4151fb0753830bd75aa8b27a3fee8f14dee55398..108bf0453ecb2fc233c05beb98d644a76de0d0d3 100644
|
| --- a/ash/shell/content/client/shell_browser_main_parts.cc
|
| +++ b/ash/shell/content/client/shell_browser_main_parts.cc
|
| @@ -5,6 +5,7 @@
|
| #include "ash/shell/content/client/shell_browser_main_parts.h"
|
|
|
| #include "ash/common/ash_switches.h"
|
| +#include "ash/common/login_status.h"
|
| #include "ash/common/material_design/material_design_controller.h"
|
| #include "ash/content/shell_content_state.h"
|
| #include "ash/desktop_background/desktop_background_controller.h"
|
| @@ -13,7 +14,6 @@
|
| #include "ash/shell/shell_delegate_impl.h"
|
| #include "ash/shell/window_watcher.h"
|
| #include "ash/shell_init_params.h"
|
| -#include "ash/system/user/login_status.h"
|
| #include "base/bind.h"
|
| #include "base/command_line.h"
|
| #include "base/i18n/icu_util.h"
|
|
|