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

Unified Diff: chrome/browser/ui/android/autofill/autofill_dialog_controller_android.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
« no previous file with comments | « no previous file | chrome/browser/ui/android/autofill/autofill_dialog_result.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/android/autofill/autofill_dialog_controller_android.cc
diff --git a/chrome/browser/ui/android/autofill/autofill_dialog_controller_android.cc b/chrome/browser/ui/android/autofill/autofill_dialog_controller_android.cc
index 89b2a38f89917a8029258bf4e9128f9d951f281f..896d7283e6e246992b697e0548f4842c32e3cffa 100644
--- a/chrome/browser/ui/android/autofill/autofill_dialog_controller_android.cc
+++ b/chrome/browser/ui/android/autofill/autofill_dialog_controller_android.cc
@@ -465,7 +465,7 @@ void AutofillDialogControllerAndroid::DialogContinue(
const std::string last_used_card =
base::android::ConvertJavaStringToUTF8(env, jlast_used_card);
- scoped_ptr<FullWallet> full_wallet =
+ std::unique_ptr<FullWallet> full_wallet =
AutofillDialogResult::ConvertFromJava(env, wallet);
FillOutputForSection(SECTION_BILLING, form_structure_, full_wallet.get(),
email);
« no previous file with comments | « no previous file | chrome/browser/ui/android/autofill/autofill_dialog_result.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698