Index: ash/root_window_controller.h |
diff --git a/ash/root_window_controller.h b/ash/root_window_controller.h |
index 5c91f5669671eb8db421af1d50c359bfeb83d275..014aadc6616971b5167fc12b9eef348c621497e1 100644 |
--- a/ash/root_window_controller.h |
+++ b/ash/root_window_controller.h |
@@ -68,7 +68,7 @@ class WorkspaceController; |
#if defined(OS_CHROMEOS) |
class BootSplashScreen; |
-class AccessibilityObserver; |
+class AshTouchExplorationManager; |
#endif |
// This class maintains the per root window state for ash. This class |
@@ -298,7 +298,7 @@ class ASH_EXPORT RootWindowController : public ShellObserver { |
scoped_ptr<BootSplashScreen> boot_splash_screen_; |
// Responsible for initializing TouchExplorationController when spoken |
// feedback is on. |
- scoped_ptr<AccessibilityObserver> cros_accessibility_observer_; |
+ scoped_ptr<AshTouchExplorationManager> touch_exploration_manager_; |
#endif |
scoped_ptr<ScreenDimmer> screen_dimmer_; |