| Index: ios/chrome/browser/payments/payment_request_coordinator.h
|
| diff --git a/ios/chrome/browser/payments/payment_request_coordinator.h b/ios/chrome/browser/payments/payment_request_coordinator.h
|
| index 733be1651a242cef43e5dfe4d7c18f801f91a022..507faf72e458bd5156feb59f850b558bda065ced 100644
|
| --- a/ios/chrome/browser/payments/payment_request_coordinator.h
|
| +++ b/ios/chrome/browser/payments/payment_request_coordinator.h
|
| @@ -22,6 +22,10 @@ namespace ios {
|
| class ChromeBrowserState;
|
| }
|
|
|
| +namespace payments {
|
| +struct PaymentAddress;
|
| +}
|
| +
|
| @class PaymentRequestCoordinator;
|
|
|
| // Delegate protocol for PaymentRequestCoordinator.
|
| @@ -37,7 +41,7 @@ class ChromeBrowserState;
|
|
|
| // Notifies the delegate that the user has selected a shipping address.
|
| - (void)paymentRequestCoordinator:(PaymentRequestCoordinator*)coordinator
|
| - didSelectShippingAddress:(web::PaymentAddress)shippingAddress;
|
| + didSelectShippingAddress:(payments::PaymentAddress)shippingAddress;
|
|
|
| // Notifies the delegate that the user has selected a shipping option.
|
| - (void)paymentRequestCoordinator:(PaymentRequestCoordinator*)coordinator
|
|
|