| Index: ash/wm/window_positioning_utils.cc
|
| diff --git a/ash/common/wm/window_positioning_utils.cc b/ash/wm/window_positioning_utils.cc
|
| similarity index 96%
|
| rename from ash/common/wm/window_positioning_utils.cc
|
| rename to ash/wm/window_positioning_utils.cc
|
| index babed2f4456c1c9a052f946f5299ca5d6441a038..a376c7aaf1637bc5a2da1ce2f9d4f6c648828aad 100644
|
| --- a/ash/common/wm/window_positioning_utils.cc
|
| +++ b/ash/wm/window_positioning_utils.cc
|
| @@ -2,18 +2,18 @@
|
| // 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_positioning_utils.h"
|
| +#include "ash/wm/window_positioning_utils.h"
|
|
|
| #include <algorithm>
|
|
|
| -#include "ash/common/wm/system_modal_container_layout_manager.h"
|
| -#include "ash/common/wm/window_state.h"
|
| -#include "ash/common/wm/wm_event.h"
|
| -#include "ash/common/wm/wm_screen_util.h"
|
| -#include "ash/common/wm_shell.h"
|
| -#include "ash/common/wm_window.h"
|
| #include "ash/root_window_controller.h"
|
| #include "ash/shell.h"
|
| +#include "ash/wm/system_modal_container_layout_manager.h"
|
| +#include "ash/wm/window_state.h"
|
| +#include "ash/wm/wm_event.h"
|
| +#include "ash/wm/wm_screen_util.h"
|
| +#include "ash/wm_shell.h"
|
| +#include "ash/wm_window.h"
|
| #include "ui/aura/window_tracker.h"
|
| #include "ui/display/display.h"
|
| #include "ui/display/types/display_constants.h"
|
|
|