| 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..936639cd56dcd2548638e36c99c13fc00d411afe 100644
|
| --- a/chrome/browser/ui/ash/accelerator_controller_browsertest.cc
|
| +++ b/chrome/browser/ui/ash/accelerator_controller_browsertest.cc
|
| @@ -2,12 +2,12 @@
|
| // 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 "ash/wm_shell.h"
|
| #include "build/build_config.h"
|
| #include "chrome/browser/ui/browser.h"
|
| #include "chrome/browser/ui/browser_window.h"
|
|
|