| Index: ui/aura_shell/shell_accelerator_controller.cc
|
| ===================================================================
|
| --- ui/aura_shell/shell_accelerator_controller.cc (revision 115655)
|
| +++ ui/aura_shell/shell_accelerator_controller.cc (working copy)
|
| @@ -4,6 +4,7 @@
|
|
|
| #include "ui/aura_shell/shell_accelerator_controller.h"
|
|
|
| +#include "ash/wm/window_util.h"
|
| #include "ui/aura/event.h"
|
| #include "ui/aura/root_window.h"
|
| #include "ui/aura_shell/launcher/launcher.h"
|
| @@ -11,7 +12,6 @@
|
| #include "ui/aura_shell/screenshot_delegate.h"
|
| #include "ui/aura_shell/shell.h"
|
| #include "ui/aura_shell/shell_window_ids.h"
|
| -#include "ui/aura_shell/window_util.h"
|
| #include "ui/base/accelerators/accelerator.h"
|
| #include "ui/base/accelerators/accelerator_manager.h"
|
| #include "ui/gfx/compositor/debug_utils.h"
|
|
|