Index: ui/views/widget/desktop_aura/desktop_root_window_host_x11.h |
diff --git a/ui/views/widget/desktop_aura/desktop_root_window_host_x11.h b/ui/views/widget/desktop_aura/desktop_root_window_host_x11.h |
index 65a135acd9ded859a4143d4cd2a3da39288d7d7d..526bee43c97551de99b34a9f2d5e213c2615451b 100644 |
--- a/ui/views/widget/desktop_aura/desktop_root_window_host_x11.h |
+++ b/ui/views/widget/desktop_aura/desktop_root_window_host_x11.h |
@@ -29,7 +29,6 @@ class ScreenPositionClient; |
} |
namespace views { |
-class DesktopActivationClient; |
class DesktopDragDropClientAuraX11; |
class DesktopDispatcherClient; |
class DesktopRootWindowHostObserverX11; |
@@ -224,7 +223,6 @@ private: |
// aura:: objects that we own. |
scoped_ptr<aura::client::FocusClient> focus_client_; |
- scoped_ptr<DesktopActivationClient> activation_client_; |
scoped_ptr<views::corewm::CursorManager> cursor_client_; |
scoped_ptr<DesktopDispatcherClient> dispatcher_client_; |
scoped_ptr<aura::client::ScreenPositionClient> position_client_; |