Index: ash/drag_drop/drag_drop_controller.h |
diff --git a/ash/drag_drop/drag_drop_controller.h b/ash/drag_drop/drag_drop_controller.h |
index 6471db249bf640375a712db3dc3b60c2b9642ee4..a9220dbdffa3657e05e464e938c8332edede5f8b 100644 |
--- a/ash/drag_drop/drag_drop_controller.h |
+++ b/ash/drag_drop/drag_drop_controller.h |
@@ -16,11 +16,6 @@ |
#include "ui/gfx/animation/animation_delegate.h" |
#include "ui/gfx/rect.h" |
-namespace aura { |
-class RootWindow; |
-class Window; |
-} |
- |
namespace gfx { |
class LinearAnimation; |
} |
@@ -53,7 +48,7 @@ class ASH_EXPORT DragDropController |
// Overridden from aura::client::DragDropClient: |
virtual int StartDragAndDrop( |
const ui::OSExchangeData& data, |
- aura::RootWindow* root_window, |
+ aura::Window* root_window, |
aura::Window* source_window, |
const gfx::Point& root_location, |
int operation, |