Index: content/shell/browser/shell_platform_data_aura.h |
diff --git a/content/shell/browser/shell_platform_data_aura.h b/content/shell/browser/shell_platform_data_aura.h |
index 4027bc393f2243e92179ee984298c6b269343c3b..bc45ec608464c137044609531a8b096f16660006 100644 |
--- a/content/shell/browser/shell_platform_data_aura.h |
+++ b/content/shell/browser/shell_platform_data_aura.h |
@@ -10,7 +10,6 @@ |
namespace aura { |
namespace client { |
-class DefaultActivationClient; |
class DefaultCaptureClient; |
class FocusClient; |
class WindowTreeClient; |
@@ -40,7 +39,6 @@ class ShellPlatformDataAura { |
private: |
scoped_ptr<aura::WindowTreeHost> host_; |
scoped_ptr<aura::client::FocusClient> focus_client_; |
- scoped_ptr<aura::client::DefaultActivationClient> activation_client_; |
scoped_ptr<aura::client::DefaultCaptureClient> capture_client_; |
scoped_ptr<aura::client::WindowTreeClient> window_tree_client_; |
scoped_ptr<ui::EventHandler> ime_filter_; |