Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(60)

Unified Diff: ash/common/wm/window_parenting_utils.h

Issue 2030593002: Renames ash/wm/common into ash/common/wm (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « ash/common/wm/window_animation_types.h ('k') | ash/common/wm/window_parenting_utils.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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_
« no previous file with comments | « ash/common/wm/window_animation_types.h ('k') | ash/common/wm/window_parenting_utils.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698