| Index: chrome/browser/ui/ash/accelerator_controller_browsertest.cc
|
| diff --git a/chrome/browser/ui/ash/accelerator_controller_browsertest.cc b/chrome/browser/ui/ash/accelerator_controller_browsertest.cc
|
| index f381e1bcdc8260f6f951f88b66de9d4083d71d36..9c94c65d5291a239af6539cac2a602dd244fa0b9 100644
|
| --- a/chrome/browser/ui/ash/accelerator_controller_browsertest.cc
|
| +++ b/chrome/browser/ui/ash/accelerator_controller_browsertest.cc
|
| @@ -2,11 +2,11 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "ash/common/accelerators/accelerator_controller.h"
|
| +#include "ash/accelerators/accelerator_controller.h"
|
|
|
| -#include "ash/common/wm/window_state.h"
|
| #include "ash/common/wm_shell.h"
|
| #include "ash/shell.h"
|
| +#include "ash/wm/window_state.h"
|
| #include "ash/wm/window_state_aura.h"
|
| #include "build/build_config.h"
|
| #include "chrome/browser/ui/browser.h"
|
|
|