| Index: ash/accelerators/accelerator_controller.cc
|
| diff --git a/ash/accelerators/accelerator_controller.cc b/ash/accelerators/accelerator_controller.cc
|
| index b9888b3eaa72bb42b7c3e3ee97ebe255537eac84..ee10d8c90425f0092157e8a8071cf7fec7202d79 100644
|
| --- a/ash/accelerators/accelerator_controller.cc
|
| +++ b/ash/accelerators/accelerator_controller.cc
|
| @@ -12,6 +12,7 @@
|
| #include "ash/accelerators/accelerator_commands.h"
|
| #include "ash/accelerators/debug_commands.h"
|
| #include "ash/ash_switches.h"
|
| +#include "ash/common/session/session_state_delegate.h"
|
| #include "ash/common/shelf/shelf_model.h"
|
| #include "ash/common/shell_window_ids.h"
|
| #include "ash/common/wm/mru_window_tracker.h"
|
| @@ -32,7 +33,6 @@
|
| #include "ash/rotator/window_rotation.h"
|
| #include "ash/screen_util.h"
|
| #include "ash/screenshot_delegate.h"
|
| -#include "ash/session/session_state_delegate.h"
|
| #include "ash/shelf/shelf.h"
|
| #include "ash/shelf/shelf_delegate.h"
|
| #include "ash/shelf/shelf_widget.h"
|
|
|