| Index: ash/wm/always_on_top_controller.cc
|
| diff --git a/ash/common/wm/always_on_top_controller.cc b/ash/wm/always_on_top_controller.cc
|
| similarity index 95%
|
| rename from ash/common/wm/always_on_top_controller.cc
|
| rename to ash/wm/always_on_top_controller.cc
|
| index d115f016a653eec0b8dab7a409180d0eb974a50b..de8b48ce0ab187036e4159b18d6b9b42ddfecf78 100644
|
| --- a/ash/common/wm/always_on_top_controller.cc
|
| +++ b/ash/wm/always_on_top_controller.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/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/wm/workspace/workspace_layout_manager.h"
|
| +#include "ash/wm_window.h"
|
| #include "base/memory/ptr_util.h"
|
| #include "ui/aura/client/aura_constants.h"
|
| #include "ui/aura/window.h"
|
|
|