| Index: ash/wm/always_on_top_controller_unittest.cc
|
| diff --git a/ash/wm/always_on_top_controller_unittest.cc b/ash/wm/always_on_top_controller_unittest.cc
|
| index 54dad323884248f1081ce006e7e5acc918e942e7..bd5267db9e728e8903966c84b3403c69ec086a54 100644
|
| --- a/ash/wm/always_on_top_controller_unittest.cc
|
| +++ b/ash/wm/always_on_top_controller_unittest.cc
|
| @@ -2,14 +2,14 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "ash/common/wm/always_on_top_controller.h"
|
| +#include "ash/wm/always_on_top_controller.h"
|
|
|
| -#include "ash/common/wm/workspace/workspace_layout_manager.h"
|
| -#include "ash/common/wm_window.h"
|
| #include "ash/public/cpp/shell_window_ids.h"
|
| #include "ash/root_window_controller.h"
|
| #include "ash/shell.h"
|
| #include "ash/test/ash_test_base.h"
|
| +#include "ash/wm/workspace/workspace_layout_manager.h"
|
| +#include "ash/wm_window.h"
|
| #include "base/command_line.h"
|
| #include "base/memory/ptr_util.h"
|
| #include "ui/keyboard/keyboard_controller.h"
|
|
|