| Index: ash/common/wm/window_parenting_utils.h
|
| diff --git a/ash/wm/common/window_parenting_utils.h b/ash/common/wm/window_parenting_utils.h
|
| similarity index 86%
|
| rename from ash/wm/common/window_parenting_utils.h
|
| rename to ash/common/wm/window_parenting_utils.h
|
| index 50b127f6b1f5d4205d7414702a1db3619ec1ed10..e19d659ce6cbe5cd7297039d35e7efe0cb7468de 100644
|
| --- a/ash/wm/common/window_parenting_utils.h
|
| +++ b/ash/common/wm/window_parenting_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_PARENTING_UTILS_H_
|
| -#define ASH_WM_COMMON_WINDOW_PARENTING_UTILS_H_
|
| +#ifndef ASH_COMMON_WM_WINDOW_PARENTING_UTILS_H_
|
| +#define ASH_COMMON_WM_WINDOW_PARENTING_UTILS_H_
|
|
|
| namespace ash {
|
| namespace wm {
|
| @@ -26,4 +26,4 @@ void ReparentTransientChildrenOfChild(WmWindow* child,
|
| } // namespace wm
|
| } // namespace ash
|
|
|
| -#endif // ASH_WM_COMMON_WINDOW_PARENTING_UTILS_H_
|
| +#endif // ASH_COMMON_WM_WINDOW_PARENTING_UTILS_H_
|
|
|