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

Unified Diff: ash/wm/gestures/long_press_affordance_handler.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/wm/gestures/long_press_affordance_handler.cc
diff --git a/ash/wm/gestures/long_press_affordance_handler.cc b/ash/wm/gestures/long_press_affordance_handler.cc
index a6c3f07b7ddb6ccb8b00c962e031095fdf4a3b38..734b01265a36d5130295b75d087f188e6473d0d0 100644
--- a/ash/wm/gestures/long_press_affordance_handler.cc
+++ b/ash/wm/gestures/long_press_affordance_handler.cc
@@ -213,7 +213,7 @@ class LongPressAffordanceHandler::LongPressAffordanceView
canvas->Restore();
}
- scoped_ptr<views::Widget> widget_;
+ std::unique_ptr<views::Widget> widget_;
int current_angle_;
double current_scale_;

Powered by Google App Engine
This is Rietveld 408576698