| Index: ash/accelerators/accelerator_controller_delegate_aura.cc
|
| diff --git a/ash/accelerators/accelerator_controller_delegate_aura.cc b/ash/accelerators/accelerator_controller_delegate_aura.cc
|
| index e90cdab38be3633b86c3d499f60819e2dabc5c06..81a3600d65754ed114a82e08cca6fb15cdb464dd 100644
|
| --- a/ash/accelerators/accelerator_controller_delegate_aura.cc
|
| +++ b/ash/accelerators/accelerator_controller_delegate_aura.cc
|
| @@ -16,6 +16,8 @@
|
| #include "ash/common/focus_cycler.h"
|
| #include "ash/common/gpu_support.h"
|
| #include "ash/common/session/session_state_delegate.h"
|
| +#include "ash/common/shelf/shelf.h"
|
| +#include "ash/common/shelf/shelf_widget.h"
|
| #include "ash/common/shell_delegate.h"
|
| #include "ash/common/shell_window_ids.h"
|
| #include "ash/common/system/status_area_widget.h"
|
| @@ -39,8 +41,6 @@
|
| #include "ash/rotator/window_rotation.h"
|
| #include "ash/screen_util.h"
|
| #include "ash/screenshot_delegate.h"
|
| -#include "ash/shelf/shelf.h"
|
| -#include "ash/shelf/shelf_widget.h"
|
| #include "ash/shell.h"
|
| #include "ash/touch/touch_hud_debug.h"
|
| #include "ash/utility/screenshot_controller.h"
|
|
|