| 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..1c2288c93f5db8335dddf99a693f0dc4cafeb721 100644
|
| --- a/ash/ash_touch_exploration_manager_chromeos.h
|
| +++ b/ash/ash_touch_exploration_manager_chromeos.h
|
| @@ -5,6 +5,8 @@
|
| #ifndef ASH_TOUCH_EXPLORATION_MANAGER_CHROMEOS_H_
|
| #define ASH_TOUCH_EXPLORATION_MANAGER_CHROMEOS_H_
|
|
|
| +#include <memory>
|
| +
|
| #include "ash/ash_export.h"
|
| #include "ash/system/tray_accessibility.h"
|
| #include "base/macros.h"
|
| @@ -45,7 +47,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_;
|
|
|
|
|