| Index: ash/shell.cc
|
| diff --git a/ash/shell.cc b/ash/shell.cc
|
| index d1f99ad9e2241013b46ba48b54af3f17c8bbd9d8..ff446835ff9948573fcd978ba1d39c9ae56fcac9 100644
|
| --- a/ash/shell.cc
|
| +++ b/ash/shell.cc
|
| @@ -13,6 +13,7 @@
|
| #include "ash/accelerators/focus_manager_factory.h"
|
| #include "ash/ash_switches.h"
|
| #include "ash/autoclick/autoclick_controller.h"
|
| +#include "ash/common/shell_window_ids.h"
|
| #include "ash/common/wm/root_window_finder.h"
|
| #include "ash/common/wm/window_positioner.h"
|
| #include "ash/container_delegate.h"
|
| @@ -54,7 +55,6 @@
|
| #include "ash/shell_delegate.h"
|
| #include "ash/shell_factory.h"
|
| #include "ash/shell_init_params.h"
|
| -#include "ash/shell_window_ids.h"
|
| #include "ash/system/locale/locale_notification_controller.h"
|
| #include "ash/system/status_area_widget.h"
|
| #include "ash/system/toast/toast_manager.h"
|
|
|