Index: ios/web/public/payments/payment_request.h |
diff --git a/ios/web/public/payments/payment_request.h b/ios/web/public/payments/payment_request.h |
index d295c2fd5e03c5b023ea4768c816003bce77ea67..62cc49e87064d23e47f3e2e04f4bb94f390a1195 100644 |
--- a/ios/web/public/payments/payment_request.h |
+++ b/ios/web/public/payments/payment_request.h |
@@ -278,7 +278,7 @@ class PaymentRequest { |
bool FromDictionaryValue(const base::DictionaryValue& value); |
// Properties set in order to communicate user choices back to the page. |
- PaymentAddress payment_address; |
+ PaymentAddress shipping_address; |
base::string16 shipping_option; |
// Properties set via the constructor for communicating from the page to the |