| Index: ash/shelf/shelf_layout_manager.cc
|
| diff --git a/ash/shelf/shelf_layout_manager.cc b/ash/shelf/shelf_layout_manager.cc
|
| index 30b8cea6e49af4f1ce80918a0f6e241503d72073..ee6ed02b8726283f0c8d89e2bd956f7ce4c8e494 100644
|
| --- a/ash/shelf/shelf_layout_manager.cc
|
| +++ b/ash/shelf/shelf_layout_manager.cc
|
| @@ -12,6 +12,10 @@
|
|
|
| #include "ash/accelerators/accelerator_commands.h"
|
| #include "ash/ash_switches.h"
|
| +#include "ash/common/wm/shelf/wm_shelf_util.h"
|
| +#include "ash/common/wm/window_state.h"
|
| +#include "ash/common/wm/wm_root_window_controller.h"
|
| +#include "ash/common/wm/wm_root_window_controller_observer.h"
|
| #include "ash/root_window_controller.h"
|
| #include "ash/screen_util.h"
|
| #include "ash/session/session_state_delegate.h"
|
| @@ -26,10 +30,6 @@
|
| #include "ash/shell_window_ids.h"
|
| #include "ash/system/status_area_widget.h"
|
| #include "ash/wm/aura/wm_window_aura.h"
|
| -#include "ash/wm/common/shelf/wm_shelf_util.h"
|
| -#include "ash/wm/common/window_state.h"
|
| -#include "ash/wm/common/wm_root_window_controller.h"
|
| -#include "ash/wm/common/wm_root_window_controller_observer.h"
|
| #include "ash/wm/gestures/shelf_gesture_handler.h"
|
| #include "ash/wm/lock_state_controller.h"
|
| #include "ash/wm/mru_window_tracker.h"
|
|
|