Index: ui/views/widget/desktop_aura/desktop_drag_drop_client_aurax11.h |
diff --git a/ui/views/widget/desktop_aura/desktop_drag_drop_client_aurax11.h b/ui/views/widget/desktop_aura/desktop_drag_drop_client_aurax11.h |
index b473a98db0376fcf6f3c8d044134717b68ef25f4..2dee7305f2f01efbd68bf1d1e59e6184675e5e44 100644 |
--- a/ui/views/widget/desktop_aura/desktop_drag_drop_client_aurax11.h |
+++ b/ui/views/widget/desktop_aura/desktop_drag_drop_client_aurax11.h |
@@ -45,7 +45,6 @@ class SelectionFormatMap; |
namespace views { |
class DesktopNativeCursorManager; |
-class DesktopRootWindowHostX11; |
// Implements drag and drop on X11 for aura. On one side, this class takes raw |
// X11 events forwarded from DesktopRootWindowHostLinux, while on the other, it |
@@ -56,7 +55,6 @@ class VIEWS_EXPORT DesktopDragDropClientAuraX11 |
public X11WholeScreenMoveLoopDelegate { |
public: |
DesktopDragDropClientAuraX11( |
- views::DesktopRootWindowHostX11* root_window_host, |
aura::RootWindow* root_window, |
views::DesktopNativeCursorManager* cursor_manager, |
Display* xdisplay, |
@@ -156,7 +154,6 @@ class VIEWS_EXPORT DesktopDragDropClientAuraX11 |
// X11WholeScreenMoveLoopDelegate interface. |
X11WholeScreenMoveLoop move_loop_; |
- views::DesktopRootWindowHostX11* root_window_host_; |
aura::RootWindow* root_window_; |
Display* xdisplay_; |