| 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 7818bb2390cf628ff8f8f8cdf74394cfa9d40efc..a8829f36ce20926f7c88acdea202b1d99582271e 100644
|
| --- a/ash/wm/always_on_top_controller_unittest.cc
|
| +++ b/ash/wm/always_on_top_controller_unittest.cc
|
| @@ -2,15 +2,15 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "ash/wm/common/always_on_top_controller.h"
|
| +#include "ash/common/wm/always_on_top_controller.h"
|
|
|
| +#include "ash/common/wm/workspace/workspace_layout_manager.h"
|
| +#include "ash/common/wm/workspace/workspace_layout_manager_delegate.h"
|
| #include "ash/root_window_controller.h"
|
| #include "ash/shell.h"
|
| #include "ash/shell_window_ids.h"
|
| #include "ash/test/ash_test_base.h"
|
| #include "ash/wm/aura/wm_window_aura.h"
|
| -#include "ash/wm/common/workspace/workspace_layout_manager.h"
|
| -#include "ash/wm/common/workspace/workspace_layout_manager_delegate.h"
|
| #include "base/command_line.h"
|
| #include "base/memory/ptr_util.h"
|
| #include "ui/keyboard/keyboard_controller.h"
|
|
|