Index: ash/shell.h |
diff --git a/ash/shell.h b/ash/shell.h |
index 3163c4cf68b8b86a8ebe654c6216328d9d2aca2c..d027688e2d9cfbc5a1ef1e4b69c25162fbdb5054 100644 |
--- a/ash/shell.h |
+++ b/ash/shell.h |
@@ -87,7 +87,6 @@ class GPUSupport; |
class HighContrastController; |
class LockStateController; |
class MagnificationController; |
-class MagnifierKeyScroller; |
class MediaDelegate; |
class MruWindowTracker; |
class NestedDispatcherController; |
@@ -706,7 +705,8 @@ class ASH_EXPORT Shell |
// Listens for output changes and updates the display manager. |
scoped_ptr<internal::DisplayChangeObserver> display_change_observer_; |
- scoped_ptr<MagnifierKeyScroller> magnifier_key_scroller_; |
+ scoped_ptr<ui::EventHandler> magnifier_key_scroll_handler_; |
+ scoped_ptr<ui::EventHandler> speech_feedback_handler_; |
#endif // defined(USE_X11) |
#endif // defined(OS_CHROMEOS) |