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

Unified Diff: ui/touch_selection/touch_handle_drawable_aura.h

Issue 1868363002: Replace scoped_ptr with std::unique_ptr in //ui (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@scopedptrcc
Patch Set: scopedptrui: rebase-make_scoped_ptr 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
« no previous file with comments | « ui/touch_selection/touch_handle.h ('k') | ui/touch_selection/touch_handle_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/touch_selection/touch_handle_drawable_aura.h
diff --git a/ui/touch_selection/touch_handle_drawable_aura.h b/ui/touch_selection/touch_handle_drawable_aura.h
index 48c7b9edf0aeefea37c6afcb06dea0d0f180102c..222d2ff564d25eb61f7eb52ec87de8ff131c8457 100644
--- a/ui/touch_selection/touch_handle_drawable_aura.h
+++ b/ui/touch_selection/touch_handle_drawable_aura.h
@@ -42,7 +42,7 @@ class UI_TOUCH_SELECTION_EXPORT TouchHandleDrawableAura
float GetDrawableHorizontalPaddingRatio() const override;
aura_extra::ImageWindowDelegate* window_delegate_;
- scoped_ptr<aura::Window> window_;
+ std::unique_ptr<aura::Window> window_;
bool enabled_;
float alpha_;
ui::TouchHandleOrientation orientation_;
« no previous file with comments | « ui/touch_selection/touch_handle.h ('k') | ui/touch_selection/touch_handle_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698