| Index: ash/accelerators/accelerator_interactive_uitest_chromeos.cc
|
| diff --git a/ash/accelerators/accelerator_interactive_uitest_chromeos.cc b/ash/accelerators/accelerator_interactive_uitest_chromeos.cc
|
| index 323ef08d49a2058b3e7a50cc90c76a8db3d23fdf..30332fc97a220959e3c84b41eb09b583f050afd7 100644
|
| --- a/ash/accelerators/accelerator_interactive_uitest_chromeos.cc
|
| +++ b/ash/accelerators/accelerator_interactive_uitest_chromeos.cc
|
| @@ -2,10 +2,9 @@
|
| // 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/shell_observer.h"
|
| -#include "ash/common/wm/window_state.h"
|
| #include "ash/common/wm_shell.h"
|
| #include "ash/shell.h"
|
| #include "ash/system/network/network_observer.h"
|
| @@ -13,6 +12,7 @@
|
| #include "ash/system/tray/system_tray_notifier.h"
|
| #include "ash/test/ash_interactive_ui_test_base.h"
|
| #include "ash/test/test_screenshot_delegate.h"
|
| +#include "ash/wm/window_state.h"
|
| #include "ash/wm/window_state_aura.h"
|
| #include "ash/wm/window_util.h"
|
| #include "base/run_loop.h"
|
|
|