Index: ash/shell.h |
diff --git a/ash/shell.h b/ash/shell.h |
index 371ea9fcc2ed17f84594f203934c1e0ce10d924a..fcc3736319d2e105d8d0dc6d77489edbf6dcd093 100644 |
--- a/ash/shell.h |
+++ b/ash/shell.h |
@@ -64,6 +64,7 @@ class TooltipController; |
namespace wm { |
class CompoundEventFilter; |
class InputMethodEventFilter; |
+class NestedAcceleratorController; |
class ShadowController; |
class VisibilityController; |
class UserActivityDetector; |
@@ -106,7 +107,6 @@ class MaximizeModeWindowManager; |
class MediaDelegate; |
class MouseCursorEventFilter; |
class MruWindowTracker; |
-class NestedDispatcherController; |
class NewWindowDelegate; |
class OverlayEventFilter; |
class PartialMagnificationController; |
@@ -631,7 +631,7 @@ class ASH_EXPORT Shell : public SystemModalContainerEventFilterDelegate, |
std::vector<WindowAndBoundsPair> to_restore_; |
scoped_ptr<UserMetricsRecorder> user_metrics_recorder_; |
- scoped_ptr<NestedDispatcherController> nested_dispatcher_controller_; |
+ scoped_ptr< ::wm::NestedAcceleratorController> nested_accelerator_controller_; |
scoped_ptr<AcceleratorController> accelerator_controller_; |
scoped_ptr<ShellDelegate> delegate_; |
scoped_ptr<SystemTrayDelegate> system_tray_delegate_; |