Index: ash/shell.h |
diff --git a/ash/shell.h b/ash/shell.h |
index 978efbd8e8d8d913ca247016a3f68489be3f79bc..a8d4e7591fd6e494f140c89c0842261f927311ec 100644 |
--- a/ash/shell.h |
+++ b/ash/shell.h |
@@ -69,7 +69,6 @@ class TooltipController; |
namespace wm { |
class AcceleratorFilter; |
class CompoundEventFilter; |
-class NestedAcceleratorController; |
class ShadowController; |
class VisibilityController; |
class WindowModalityController; |
@@ -641,7 +640,6 @@ class ASH_EXPORT Shell : public SystemModalContainerEventFilterDelegate, |
std::vector<WindowAndBoundsPair> to_restore_; |
scoped_ptr<UserMetricsRecorder> user_metrics_recorder_; |
- scoped_ptr< ::wm::NestedAcceleratorController> nested_accelerator_controller_; |
scoped_ptr<AcceleratorController> accelerator_controller_; |
scoped_ptr<ShellDelegate> delegate_; |
scoped_ptr<SystemTrayDelegate> system_tray_delegate_; |