Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1385)

Unified Diff: ash/ash_touch_exploration_manager_chromeos.h

Issue 1867223004: Convert //ash from scoped_ptr to std::unique_ptr (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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_;

Powered by Google App Engine
This is Rietveld 408576698