| Index: ios/chrome/browser/ui/payments/payment_request_coordinator.h
|
| diff --git a/ios/chrome/browser/ui/payments/payment_request_coordinator.h b/ios/chrome/browser/ui/payments/payment_request_coordinator.h
|
| index e0750cc36a7d49b650b983328a8dc08a949f4230..71188354580b6202f10ea3342ffa65deb3d996ca 100644
|
| --- a/ios/chrome/browser/ui/payments/payment_request_coordinator.h
|
| +++ b/ios/chrome/browser/ui/payments/payment_request_coordinator.h
|
| @@ -52,9 +52,8 @@ class PaymentShippingOption;
|
|
|
| // Notifies the delegate that the user has completed the payment request.
|
| - (void)paymentRequestCoordinator:(PaymentRequestCoordinator*)coordinator
|
| - didCompletePaymentRequest:(PaymentRequest*)paymentRequest
|
| - card:(const autofill::CreditCard&)card
|
| - verificationCode:(const base::string16&)verificationCode;
|
| + didCompletePaymentRequestWithCard:(const autofill::CreditCard&)card
|
| + verificationCode:(const base::string16&)verificationCode;
|
|
|
| // Notifies the delegate that the user has selected a shipping address.
|
| - (void)paymentRequestCoordinator:(PaymentRequestCoordinator*)coordinator
|
|
|