Index: ash/wm/window_parenting_utils.h |
diff --git a/ash/common/wm/window_parenting_utils.h b/ash/wm/window_parenting_utils.h |
similarity index 86% |
rename from ash/common/wm/window_parenting_utils.h |
rename to ash/wm/window_parenting_utils.h |
index 864e0aa17f915a66f1cc87701f3f24eb9858b31b..86f5f8b482f04ccfbc0499926a82d0128832a932 100644 |
--- a/ash/common/wm/window_parenting_utils.h |
+++ b/ash/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_COMMON_WM_WINDOW_PARENTING_UTILS_H_ |
-#define ASH_COMMON_WM_WINDOW_PARENTING_UTILS_H_ |
+#ifndef ASH_WM_WINDOW_PARENTING_UTILS_H_ |
+#define ASH_WM_WINDOW_PARENTING_UTILS_H_ |
namespace ash { |
@@ -27,4 +27,4 @@ void ReparentTransientChildrenOfChild(WmWindow* child, |
} // namespace wm |
} // namespace ash |
-#endif // ASH_COMMON_WM_WINDOW_PARENTING_UTILS_H_ |
+#endif // ASH_WM_WINDOW_PARENTING_UTILS_H_ |