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

Unified Diff: chrome/browser/ui/views/autofill/password_generation_popup_view_tester_views.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/autofill/password_generation_popup_view_tester_views.cc
diff --git a/chrome/browser/ui/views/autofill/password_generation_popup_view_tester_views.cc b/chrome/browser/ui/views/autofill/password_generation_popup_view_tester_views.cc
index 6e4e644d1c628db2d60998d045de57fc28a0b117..ad6e2e2825054be2a2d650fe5e312cc9a1dd0907 100644
--- a/chrome/browser/ui/views/autofill/password_generation_popup_view_tester_views.cc
+++ b/chrome/browser/ui/views/autofill/password_generation_popup_view_tester_views.cc
@@ -9,9 +9,9 @@
namespace autofill {
-scoped_ptr<PasswordGenerationPopupViewTester>
+std::unique_ptr<PasswordGenerationPopupViewTester>
PasswordGenerationPopupViewTester::For(PasswordGenerationPopupView* view) {
- return scoped_ptr<PasswordGenerationPopupViewTester>(
+ return std::unique_ptr<PasswordGenerationPopupViewTester>(
new PasswordGenerationPopupViewTesterViews(
static_cast<PasswordGenerationPopupViewViews*>(view)));
}
« no previous file with comments | « chrome/browser/ui/views/autofill/info_bubble.cc ('k') | chrome/browser/ui/views/autofill/save_card_bubble_views.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698