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

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

Issue 2035543004: Shuffles and renames ash/common/wm classes (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: random changes for chrome tests Created 4 years, 6 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
Index: ash/common/wm/window_parenting_utils.h
diff --git a/ash/common/wm/window_parenting_utils.h b/ash/common/wm/window_parenting_utils.h
index e19d659ce6cbe5cd7297039d35e7efe0cb7468de..864e0aa17f915a66f1cc87701f3f24eb9858b31b 100644
--- a/ash/common/wm/window_parenting_utils.h
+++ b/ash/common/wm/window_parenting_utils.h
@@ -6,10 +6,11 @@
#define ASH_COMMON_WM_WINDOW_PARENTING_UTILS_H_
namespace ash {
-namespace wm {
class WmWindow;
+namespace wm {
+
// Changes the parent of a |child| and all its transient children that are
// themselves children of |old_parent| to |new_parent|.
void ReparentChildWithTransientChildren(WmWindow* child,

Powered by Google App Engine
This is Rietveld 408576698