Index: ash/drag_drop/drag_drop_tracker.h |
diff --git a/ash/drag_drop/drag_drop_tracker.h b/ash/drag_drop/drag_drop_tracker.h |
index c20952c6beef9dc2daa15aa5f059b9c61f0daee3..b4dcf6e84bd882260c11c57e72b00b6663f65de1 100644 |
--- a/ash/drag_drop/drag_drop_tracker.h |
+++ b/ash/drag_drop/drag_drop_tracker.h |
@@ -11,7 +11,6 @@ |
#include "ui/events/event.h" |
namespace aura { |
-class RootWindow; |
class Window; |
class WindowDelegate; |
} |
@@ -26,7 +25,7 @@ namespace internal { |
// is supported for now. |
class ASH_EXPORT DragDropTracker { |
public: |
- DragDropTracker(aura::RootWindow* context_root, |
+ DragDropTracker(aura::Window* context_root, |
aura::WindowDelegate* delegate); |
~DragDropTracker(); |