| Index: ios/chrome/browser/payments/js_payment_request_manager.h
|
| diff --git a/ios/chrome/browser/payments/js_payment_request_manager.h b/ios/chrome/browser/payments/js_payment_request_manager.h
|
| index 0fded2ce47058d1e9c88a593328e3ac2696f85f6..23dd4dfd28734c1c6ddb425d5597e611d9142253 100644
|
| --- a/ios/chrome/browser/payments/js_payment_request_manager.h
|
| +++ b/ios/chrome/browser/payments/js_payment_request_manager.h
|
| @@ -9,8 +9,11 @@
|
| #include "ios/chrome/browser/procedural_block_types.h"
|
| #import "ios/web/public/web_state/js/crw_js_injection_manager.h"
|
|
|
| +namespace payments {
|
| +struct PaymentAddress;
|
| +}
|
| +
|
| namespace web {
|
| -class PaymentAddress;
|
| class PaymentResponse;
|
| class PaymentShippingOption;
|
| }
|
| @@ -52,7 +55,7 @@ class PaymentShippingOption;
|
|
|
| // Updates the shippingAddress property on the PaymentRequest object and
|
| // dispatches a shippingaddresschange event.
|
| -- (void)updateShippingAddress:(const web::PaymentAddress&)shippingAddress
|
| +- (void)updateShippingAddress:(const payments::PaymentAddress&)shippingAddress
|
| completionHandler:(ProceduralBlockWithBool)completionHanlder;
|
|
|
| // Updates the shippingOption property on the PaymentRequest object and
|
|
|