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

Unified Diff: ash/autoclick/autoclick_controller.cc

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/autoclick/autoclick_controller.cc
diff --git a/ash/autoclick/autoclick_controller.cc b/ash/autoclick/autoclick_controller.cc
index 21b8e26ab5e180922ac37fe365deeb6d57040ced..ed1b58000f5a7c5e537cb22c7ee6f0cf8275218e 100644
--- a/ash/autoclick/autoclick_controller.cc
+++ b/ash/autoclick/autoclick_controller.cc
@@ -69,7 +69,7 @@ class AutoclickControllerImpl : public AutoclickController,
bool enabled_;
int delay_ms_;
int mouse_event_flags_;
- scoped_ptr<base::Timer> autoclick_timer_;
+ std::unique_ptr<base::Timer> autoclick_timer_;
// The position in screen coordinates used to determine
// the distance the mouse has moved.
gfx::Point anchor_location_;

Powered by Google App Engine
This is Rietveld 408576698