| Index: trunk/src/ash/root_window_controller.h
|
| ===================================================================
|
| --- trunk/src/ash/root_window_controller.h (revision 284848)
|
| +++ trunk/src/ash/root_window_controller.h (working copy)
|
| @@ -68,7 +68,7 @@
|
|
|
| #if defined(OS_CHROMEOS)
|
| class BootSplashScreen;
|
| -class AshTouchExplorationManager;
|
| +class AccessibilityObserver;
|
| #endif
|
|
|
| // This class maintains the per root window state for ash. This class
|
| @@ -298,7 +298,7 @@
|
| scoped_ptr<BootSplashScreen> boot_splash_screen_;
|
| // Responsible for initializing TouchExplorationController when spoken
|
| // feedback is on.
|
| - scoped_ptr<AshTouchExplorationManager> touch_exploration_manager_;
|
| + scoped_ptr<AccessibilityObserver> cros_accessibility_observer_;
|
| #endif
|
|
|
| scoped_ptr<ScreenDimmer> screen_dimmer_;
|
|
|