| 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 84299c3ce1830400ceb28219502e3985b9fc11b6..db28ff2d4eedfc3334d0e451aa0d83cb97c66da0 100644 | 
| --- a/ash/shell/content/client/shell_browser_main_parts.cc | 
| +++ b/ash/shell/content/client/shell_browser_main_parts.cc | 
| @@ -4,15 +4,15 @@ | 
|  | 
| #include "ash/shell/content/client/shell_browser_main_parts.h" | 
|  | 
| -#include "ash/common/login_status.h" | 
| -#include "ash/common/wm_shell.h" | 
| #include "ash/content/shell_content_state.h" | 
| +#include "ash/login_status.h" | 
| #include "ash/shell.h" | 
| #include "ash/shell/content/shell_content_state_impl.h" | 
| #include "ash/shell/example_app_list_presenter.h" | 
| #include "ash/shell/shell_delegate_impl.h" | 
| #include "ash/shell/window_watcher.h" | 
| #include "ash/shell_init_params.h" | 
| +#include "ash/wm_shell.h" | 
| #include "base/bind.h" | 
| #include "base/command_line.h" | 
| #include "base/i18n/icu_util.h" | 
|  |