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

Unified Diff: ui/views/views_delegate.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/views/view_unittest_aura.cc ('k') | ui/views/widget/desktop_aura/desktop_cursor_loader_updater.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/views/views_delegate.h
diff --git a/ui/views/views_delegate.h b/ui/views/views_delegate.h
index c0e24cfe86c12dd0dfc71916b1be351aee9d8afa..54b5c4383e8d39aaf32dfdc58856ff712925a194 100644
--- a/ui/views/views_delegate.h
+++ b/ui/views/views_delegate.h
@@ -197,10 +197,10 @@ class VIEWS_EXPORT ViewsDelegate {
ViewsDelegate();
private:
- scoped_ptr<ViewsTouchEditingControllerFactory> views_tsc_factory_;
+ std::unique_ptr<ViewsTouchEditingControllerFactory> views_tsc_factory_;
#if defined(USE_AURA)
- scoped_ptr<TouchSelectionMenuRunnerViews> touch_selection_menu_runner_;
+ std::unique_ptr<TouchSelectionMenuRunnerViews> touch_selection_menu_runner_;
#endif
NativeWidgetFactory native_widget_factory_;
« no previous file with comments | « ui/views/view_unittest_aura.cc ('k') | ui/views/widget/desktop_aura/desktop_cursor_loader_updater.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698