| Index: ash/wm_window.cc
|
| diff --git a/ash/common/wm_window.cc b/ash/wm_window.cc
|
| similarity index 98%
|
| rename from ash/common/wm_window.cc
|
| rename to ash/wm_window.cc
|
| index cb4018cfed2137eb29c4239e6a86862f18c365f5..140e7606288202bf21eece4fea263d724d8e4524 100644
|
| --- a/ash/common/wm_window.cc
|
| +++ b/ash/wm_window.cc
|
| @@ -2,26 +2,26 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "ash/common/wm_window.h"
|
| +#include "ash/wm_window.h"
|
|
|
| +#include "ash/ash_constants.h"
|
| #include "ash/aura/aura_layout_manager_adapter.h"
|
| #include "ash/aura/wm_shell_aura.h"
|
| -#include "ash/common/ash_constants.h"
|
| -#include "ash/common/shelf/shelf_item_types.h"
|
| -#include "ash/common/wm/window_state.h"
|
| -#include "ash/common/wm_layout_manager.h"
|
| -#include "ash/common/wm_transient_window_observer.h"
|
| #include "ash/public/cpp/shell_window_ids.h"
|
| #include "ash/public/cpp/window_properties.h"
|
| #include "ash/root_window_controller.h"
|
| +#include "ash/shelf/shelf_item_types.h"
|
| #include "ash/shell.h"
|
| #include "ash/wm/resize_handle_window_targeter.h"
|
| #include "ash/wm/resize_shadow_controller.h"
|
| #include "ash/wm/window_animations.h"
|
| #include "ash/wm/window_mirror_view.h"
|
| #include "ash/wm/window_properties.h"
|
| +#include "ash/wm/window_state.h"
|
| #include "ash/wm/window_state_aura.h"
|
| #include "ash/wm/window_util.h"
|
| +#include "ash/wm_layout_manager.h"
|
| +#include "ash/wm_transient_window_observer.h"
|
| #include "base/memory/ptr_util.h"
|
| #include "services/ui/public/interfaces/window_manager_constants.mojom.h"
|
| #include "ui/aura/client/aura_constants.h"
|
|
|