Index: ash/common/wm/drag_details.h |
diff --git a/ash/common/wm/drag_details.h b/ash/common/wm/drag_details.h |
index 05c597298d7e539a1c614d22075afd0351aac7f9..1ced3d9a894ff8102b30404edb9e03c6c2a05833 100644 |
--- a/ash/common/wm/drag_details.h |
+++ b/ash/common/wm/drag_details.h |
@@ -16,13 +16,14 @@ class Window; |
namespace ash { |
-namespace wm { |
class WmWindow; |
+ |
+namespace wm { |
class WindowState; |
} |
struct ASH_EXPORT DragDetails { |
- DragDetails(wm::WmWindow* window, |
+ DragDetails(WmWindow* window, |
const gfx::Point& location, |
int window_component, |
// TODO(sky): make wm type. |