| Index: ash/common/wm/window_positioning_utils.cc
|
| diff --git a/ash/wm/common/window_positioning_utils.cc b/ash/common/wm/window_positioning_utils.cc
|
| similarity index 95%
|
| rename from ash/wm/common/window_positioning_utils.cc
|
| rename to ash/common/wm/window_positioning_utils.cc
|
| index a1105ea4df1dc0db54dd6c1c775d783ebe6c6fd1..6cce67f3d4cfc7029728fe7edc7c5212ad5316a2 100644
|
| --- a/ash/wm/common/window_positioning_utils.cc
|
| +++ b/ash/common/wm/window_positioning_utils.cc
|
| @@ -2,12 +2,12 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "ash/wm/common/window_positioning_utils.h"
|
| +#include "ash/common/wm/window_positioning_utils.h"
|
|
|
| #include <algorithm>
|
|
|
| -#include "ash/wm/common/wm_screen_util.h"
|
| -#include "ash/wm/common/wm_window.h"
|
| +#include "ash/common/wm/wm_screen_util.h"
|
| +#include "ash/common/wm/wm_window.h"
|
| #include "ui/gfx/geometry/rect.h"
|
| #include "ui/gfx/geometry/size.h"
|
|
|
|
|