Index: ash/common/wm/container_finder.h |
diff --git a/ash/common/wm/container_finder.h b/ash/common/wm/container_finder.h |
index 980b100c47752ea8f4917fae112d2e3d1f6378de..12c5aabef88e05fbc61bf5e74a984ecb4c8a626b 100644 |
--- a/ash/common/wm/container_finder.h |
+++ b/ash/common/wm/container_finder.h |
@@ -12,10 +12,11 @@ class Rect; |
} |
namespace ash { |
-namespace wm { |
class WmWindow; |
+namespace wm { |
+ |
// Returns the first ancestor of |window| that has a known type. |
ASH_EXPORT WmWindow* GetContainerForWindow(WmWindow* window); |