Index: ash/wm/drag_details.h |
diff --git a/ash/wm/drag_details.h b/ash/wm/drag_details.h |
index 6f7d596f57b4988c3ba5c3cdcf452000d76a5361..89e1129dbb0f63e5511bc144a1ae69a18360cf56 100644 |
--- a/ash/wm/drag_details.h |
+++ b/ash/wm/drag_details.h |
@@ -10,12 +10,14 @@ |
#include "ui/gfx/geometry/rect.h" |
#include "ui/wm/public/window_move_client.h" |
-namespace ash { |
+namespace aura { |
+class Window; |
+} |
-class WmWindow; |
+namespace ash { |
struct ASH_EXPORT DragDetails { |
- DragDetails(WmWindow* window, |
+ DragDetails(aura::Window* window, |
const gfx::Point& location, |
int window_component, |
// TODO(sky): make wm type. |