| Index: ios/chrome/browser/ui/payments/shipping_option_selection_coordinator.h
|
| diff --git a/ios/chrome/browser/ui/payments/shipping_option_selection_coordinator.h b/ios/chrome/browser/ui/payments/shipping_option_selection_coordinator.h
|
| index 9d671e9b4badbe2eaab57a28c799f4934f6c1336..9a51b59fb8d1c02cc8ff60c80dab89dd1c715449 100644
|
| --- a/ios/chrome/browser/ui/payments/shipping_option_selection_coordinator.h
|
| +++ b/ios/chrome/browser/ui/payments/shipping_option_selection_coordinator.h
|
| @@ -11,7 +11,9 @@
|
| #import "ios/chrome/browser/chrome_coordinator.h"
|
| #import "ios/chrome/browser/ui/payments/payment_request_selector_view_controller.h"
|
|
|
| +namespace payments {
|
| class PaymentRequest;
|
| +} // namespace payments
|
|
|
| namespace web {
|
| class PaymentShippingOption;
|
| @@ -44,7 +46,7 @@ class PaymentShippingOption;
|
| // The PaymentRequest object having a copy of web::PaymentRequest as provided by
|
| // the page invoking the Payment Request API. This pointer is not owned by this
|
| // class and should outlive it.
|
| -@property(nonatomic, assign) PaymentRequest* paymentRequest;
|
| +@property(nonatomic, assign) payments::PaymentRequest* paymentRequest;
|
|
|
| // The delegate to be notified when the user selects a shipping option or
|
| // returns without selecting one.
|
|
|