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

Unified Diff: components/payments/core/payment_request_data_util.h

Issue 2842463002: [Payments] Normalize billing address for response on Desktop. (Closed)
Patch Set: iOS fix Created 3 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: components/payments/core/payment_request_data_util.h
diff --git a/components/payments/core/payment_request_data_util.h b/components/payments/core/payment_request_data_util.h
index e69807fb8c237d22e44851bd0b6d8f99b03c05d2..984fc8bc24c7382cff8440a9d69024291b6fe12e 100644
--- a/components/payments/core/payment_request_data_util.h
+++ b/components/payments/core/payment_request_data_util.h
@@ -35,7 +35,7 @@ PaymentAddress GetPaymentAddressFromAutofillProfile(
BasicCardResponse GetBasicCardResponseFromAutofillCreditCard(
const autofill::CreditCard& card,
const base::string16& cvc,
- const std::vector<autofill::AutofillProfile*>& billing_profiles,
+ const autofill::AutofillProfile& billing_profile,
const std::string& app_locale);
// Parse the supported card networks from supportedMethods and "basic-card"'s

Powered by Google App Engine
This is Rietveld 408576698