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

Unified Diff: chrome/browser/ui/views/profiles/profile_chooser_view.cc

Issue 1865213004: Convert //chrome/browser/ui from scoped_ptr to std::unique_ptr (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase 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: chrome/browser/ui/views/profiles/profile_chooser_view.cc
diff --git a/chrome/browser/ui/views/profiles/profile_chooser_view.cc b/chrome/browser/ui/views/profiles/profile_chooser_view.cc
index 8f1998b1d8e2a8a0e3607f99d421b21eefcb88d4..057ddfbc5ec017ed12f97cc7f7f9578a81c6d3bf 100644
--- a/chrome/browser/ui/views/profiles/profile_chooser_view.cc
+++ b/chrome/browser/ui/views/profiles/profile_chooser_view.cc
@@ -222,7 +222,7 @@ class HostView : public views::View {
// The title itself and the overlaped widget that contains it.
views::View* title_view_ = nullptr; // Not owned.
- scoped_ptr<views::Widget> title_widget_;
+ std::unique_ptr<views::Widget> title_widget_;
DISALLOW_COPY_AND_ASSIGN(HostView);
};

Powered by Google App Engine
This is Rietveld 408576698