Chromium Code Reviews| Index: ash/root_window_controller.h |
| diff --git a/ash/root_window_controller.h b/ash/root_window_controller.h |
| index 5c91f5669671eb8db421af1d50c359bfeb83d275..104b39db43c5dad92b3b0494642f312fd2b197e3 100644 |
| --- a/ash/root_window_controller.h |
| +++ b/ash/root_window_controller.h |
| @@ -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<AccessibilityObserver> touch_exploration_manager_; |
|
James Cook
2014/07/15 22:40:37
While this works, I would make this an AshTouchExp
lisayin
2014/07/15 23:54:46
Done.
|
| #endif |
| scoped_ptr<ScreenDimmer> screen_dimmer_; |