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, |