| Index: ash/shelf/shelf_widget.cc
|
| diff --git a/ash/shelf/shelf_widget.cc b/ash/shelf/shelf_widget.cc
|
| index a454bd3d10d19c95f4ac3baebd4b89d3927d2e3f..6554768d944f0465f6bda40b3f3642156be19014 100644
|
| --- a/ash/shelf/shelf_widget.cc
|
| +++ b/ash/shelf/shelf_widget.cc
|
| @@ -5,6 +5,9 @@
|
| #include "ash/shelf/shelf_widget.h"
|
|
|
| #include "ash/ash_switches.h"
|
| +#include "ash/common/wm/shelf/wm_shelf_constants.h"
|
| +#include "ash/common/wm/shelf/wm_shelf_util.h"
|
| +#include "ash/common/wm/wm_root_window_controller.h"
|
| #include "ash/focus_cycler.h"
|
| #include "ash/session/session_state_delegate.h"
|
| #include "ash/shelf/shelf_constants.h"
|
| @@ -19,9 +22,6 @@
|
| #include "ash/shell_window_ids.h"
|
| #include "ash/system/tray/system_tray_delegate.h"
|
| #include "ash/wm/aura/wm_window_aura.h"
|
| -#include "ash/wm/common/shelf/wm_shelf_constants.h"
|
| -#include "ash/wm/common/shelf/wm_shelf_util.h"
|
| -#include "ash/wm/common/wm_root_window_controller.h"
|
| #include "ash/wm/status_area_layout_manager.h"
|
| #include "ash/wm/window_properties.h"
|
| #include "ash/wm/workspace_controller.h"
|
|
|