| Index: ios/chrome/browser/payments/shipping_address_selection_view_controller.h
|
| diff --git a/ios/chrome/browser/payments/shipping_address_selection_view_controller.h b/ios/chrome/browser/payments/shipping_address_selection_view_controller.h
|
| index 024aea9849bd1ce069f57e3bec42c634218a03af..0c66b371af2c52d94c3bd1faabdcc0d6b4bf4ffa 100644
|
| --- a/ios/chrome/browser/payments/shipping_address_selection_view_controller.h
|
| +++ b/ios/chrome/browser/payments/shipping_address_selection_view_controller.h
|
| @@ -46,8 +46,8 @@ class AutofillProfile;
|
|
|
| // The delegate to be notified when the user selects a shipping address or
|
| // returns without selecting one.
|
| -@property(nonatomic, weak) id<ShippingAddressSelectionViewControllerDelegate>
|
| - delegate;
|
| +@property(nonatomic, weak)
|
| + id<ShippingAddressSelectionViewControllerDelegate> delegate;
|
|
|
| // Initializes this object with an instance of PaymentRequest which owns an
|
| // instance of web::PaymentRequest as provided by the page invoking the Payment
|
|
|