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

Unified Diff: ios/chrome/browser/ui/autofill/autofill_save_card_infobar.mm

Issue 1861593005: Convert //ios 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
« no previous file with comments | « ios/chrome/browser/ui/autofill/autofill_client_ios.mm ('k') | ios/chrome/browser/ui/webui/flags_ui.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/chrome/browser/ui/autofill/autofill_save_card_infobar.mm
diff --git a/ios/chrome/browser/ui/autofill/autofill_save_card_infobar.mm b/ios/chrome/browser/ui/autofill/autofill_save_card_infobar.mm
index 0f34f3dd6bcb464af9235d14ce0af8437eb222a4..3f07713ab20444702b257f59e6df13bcffca8368 100644
--- a/ios/chrome/browser/ui/autofill/autofill_save_card_infobar.mm
+++ b/ios/chrome/browser/ui/autofill/autofill_save_card_infobar.mm
@@ -11,8 +11,8 @@
namespace autofill {
-scoped_ptr<infobars::InfoBar> CreateSaveCardInfoBarMobile(
- scoped_ptr<AutofillSaveCardInfoBarDelegateMobile> delegate) {
+std::unique_ptr<infobars::InfoBar> CreateSaveCardInfoBarMobile(
+ std::unique_ptr<AutofillSaveCardInfoBarDelegateMobile> delegate) {
// TODO(jdonnelly): Implement iOS save card infobar. http://crbug.com/535784
return ::CreateConfirmInfoBar(std::move(delegate));
}
« no previous file with comments | « ios/chrome/browser/ui/autofill/autofill_client_ios.mm ('k') | ios/chrome/browser/ui/webui/flags_ui.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698