| Index: ash/shell.cc
|
| diff --git a/ash/shell.cc b/ash/shell.cc
|
| index 4276304dd488ca09e6509ac21d6aca5d0ff8ec02..0d7056692f85afc208546b7ce0964c046c092f32 100644
|
| --- a/ash/shell.cc
|
| +++ b/ash/shell.cc
|
| @@ -13,6 +13,8 @@
|
| #include "ash/accelerators/focus_manager_factory.h"
|
| #include "ash/ash_switches.h"
|
| #include "ash/autoclick/autoclick_controller.h"
|
| +#include "ash/common/wm/root_window_finder.h"
|
| +#include "ash/common/wm/window_positioner.h"
|
| #include "ash/container_delegate.h"
|
| #include "ash/desktop_background/desktop_background_controller.h"
|
| #include "ash/desktop_background/desktop_background_view.h"
|
| @@ -63,8 +65,6 @@
|
| #include "ash/wm/ash_native_cursor_manager.h"
|
| #include "ash/wm/aura/wm_globals_aura.h"
|
| #include "ash/wm/aura/wm_window_aura.h"
|
| -#include "ash/wm/common/root_window_finder.h"
|
| -#include "ash/wm/common/window_positioner.h"
|
| #include "ash/wm/event_client_impl.h"
|
| #include "ash/wm/lock_state_controller.h"
|
| #include "ash/wm/maximize_mode/maximize_mode_controller.h"
|
|
|