| Index: ash/common/wm/window_positioning_utils.h
|
| diff --git a/ash/wm/common/window_positioning_utils.h b/ash/common/wm/window_positioning_utils.h
|
| similarity index 91%
|
| rename from ash/wm/common/window_positioning_utils.h
|
| rename to ash/common/wm/window_positioning_utils.h
|
| index b0ad13501500bd58984b5c76de87bc0ec4c379ee..12bce36918c3cc1fb19bd4746f806c7af9af4562 100644
|
| --- a/ash/wm/common/window_positioning_utils.h
|
| +++ b/ash/common/wm/window_positioning_utils.h
|
| @@ -2,8 +2,8 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef ASH_WM_COMMON_WINDOW_POSITIONING_UTILS_H_
|
| -#define ASH_WM_COMMON_WINDOW_POSITIONING_UTILS_H_
|
| +#ifndef ASH_COMMON_WM_WINDOW_POSITIONING_UTILS_H_
|
| +#define ASH_COMMON_WM_WINDOW_POSITIONING_UTILS_H_
|
|
|
| #include "ash/ash_export.h"
|
|
|
| @@ -53,4 +53,4 @@ ASH_EXPORT gfx::Rect GetDefaultRightSnappedWindowBoundsInParent(
|
| } // namespace wm
|
| } // namespace ash
|
|
|
| -#endif // ASH_WM_COMMON_WINDOW_POSITIONING_UTILS_H_
|
| +#endif // ASH_COMMON_WM_WINDOW_POSITIONING_UTILS_H_
|
|
|