| Index: ios/chrome/browser/ui/payments/shipping_address_selection_coordinator.h
|
| diff --git a/ios/chrome/browser/ui/payments/shipping_address_selection_coordinator.h b/ios/chrome/browser/ui/payments/shipping_address_selection_coordinator.h
|
| index f74c941ca525cebce2e5e2258776c4adb1a71911..91093fe14b8a8c5856b7484eba3032c432c3babf 100644
|
| --- a/ios/chrome/browser/ui/payments/shipping_address_selection_coordinator.h
|
| +++ b/ios/chrome/browser/ui/payments/shipping_address_selection_coordinator.h
|
| @@ -12,12 +12,14 @@
|
| #import "ios/chrome/browser/ui/payments/address_edit_coordinator.h"
|
| #import "ios/chrome/browser/ui/payments/payment_request_selector_view_controller.h"
|
|
|
| -class PaymentRequest;
|
| -
|
| namespace autofill {
|
| class AutofillProfile;
|
| } // namespace autofill
|
|
|
| +namespace payments {
|
| +class PaymentRequest;
|
| +} // namespace payments
|
| +
|
| @class ShippingAddressSelectionCoordinator;
|
|
|
| // Delegate protocol for ShippingAddressSelectionCoordinator.
|
| @@ -46,7 +48,7 @@ class AutofillProfile;
|
| // 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 address or
|
| // returns without selecting one.
|
|
|