| Index: ash/ash_touch_exploration_manager_chromeos.h
|
| diff --git a/ash/ash_touch_exploration_manager_chromeos.h b/ash/ash_touch_exploration_manager_chromeos.h
|
| index 95ae48755f5d1e431fcbb9397b86714f5064b723..9d2497e43b21aaeb4d8b080494ac82d6ff4f48db 100644
|
| --- a/ash/ash_touch_exploration_manager_chromeos.h
|
| +++ b/ash/ash_touch_exploration_manager_chromeos.h
|
| @@ -45,7 +45,7 @@ class ASH_EXPORT AshTouchExplorationManager
|
| void UpdateTouchExplorationState();
|
| bool VolumeAdjustSoundEnabled();
|
|
|
| - scoped_ptr<ui::TouchExplorationController> touch_exploration_controller_;
|
| + std::unique_ptr<ui::TouchExplorationController> touch_exploration_controller_;
|
| RootWindowController* root_window_controller_;
|
| chromeos::CrasAudioHandler* audio_handler_;
|
|
|
|
|