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

Unified Diff: ash/wm/window_parenting_utils.h

Issue 2736573002: chromeos: Move files in //ash/common to //ash, part 2 (Closed)
Patch Set: Created 3 years, 9 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/wm/window_mirror_view.cc ('k') | ash/wm/window_parenting_utils.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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_
« no previous file with comments | « ash/wm/window_mirror_view.cc ('k') | ash/wm/window_parenting_utils.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698