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

Unified Diff: chrome/browser/ui/views/platform_keys_certificate_selector_chromeos.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/platform_keys_certificate_selector_chromeos.cc
diff --git a/chrome/browser/ui/views/platform_keys_certificate_selector_chromeos.cc b/chrome/browser/ui/views/platform_keys_certificate_selector_chromeos.cc
index e1f5b729b4694875cbbad7aafc320075cbae37b2..86e5a36f1f3d7ed51076c6ce95902af711f00c9e 100644
--- a/chrome/browser/ui/views/platform_keys_certificate_selector_chromeos.cc
+++ b/chrome/browser/ui/views/platform_keys_certificate_selector_chromeos.cc
@@ -43,7 +43,7 @@ void PlatformKeysCertificateSelector::Init() {
const base::string16 text = l10n_util::GetStringFUTF16(
IDS_PLATFORM_KEYS_SELECT_CERT_DIALOG_TEXT, name, &offset);
- scoped_ptr<views::StyledLabel> label(
+ std::unique_ptr<views::StyledLabel> label(
new views::StyledLabel(text, nullptr /* no listener */));
views::StyledLabel::RangeStyleInfo bold_style;

Powered by Google App Engine
This is Rietveld 408576698