| Index: ash/shelf/shelf_layout_manager.cc
|
| diff --git a/ash/shelf/shelf_layout_manager.cc b/ash/shelf/shelf_layout_manager.cc
|
| index ee6ed02b8726283f0c8d89e2bd956f7ce4c8e494..836587b12a52888f9d68a9b2e1bbd474acfbf495 100644
|
| --- a/ash/shelf/shelf_layout_manager.cc
|
| +++ b/ash/shelf/shelf_layout_manager.cc
|
| @@ -12,6 +12,7 @@
|
|
|
| #include "ash/accelerators/accelerator_commands.h"
|
| #include "ash/ash_switches.h"
|
| +#include "ash/common/shell_window_ids.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"
|
| @@ -27,7 +28,6 @@
|
| #include "ash/shelf/shelf_util.h"
|
| #include "ash/shelf/shelf_widget.h"
|
| #include "ash/shell.h"
|
| -#include "ash/shell_window_ids.h"
|
| #include "ash/system/status_area_widget.h"
|
| #include "ash/wm/aura/wm_window_aura.h"
|
| #include "ash/wm/gestures/shelf_gesture_handler.h"
|
|
|