| Index: ios/chrome/browser/payments/shipping_option_selection_view_controller.h
|
| diff --git a/ios/chrome/browser/payments/shipping_option_selection_view_controller.h b/ios/chrome/browser/payments/shipping_option_selection_view_controller.h
|
| index 423270607a7795ae7b93a93860364334fa032293..3b0661069aaf4d014dc33bb0c7324a31b194accc 100644
|
| --- a/ios/chrome/browser/payments/shipping_option_selection_view_controller.h
|
| +++ b/ios/chrome/browser/payments/shipping_option_selection_view_controller.h
|
| @@ -42,8 +42,8 @@
|
|
|
| // The delegate to be notified when the user selects a shipping option or
|
| // returns without selecting one.
|
| -@property(nonatomic, weak) id<ShippingOptionSelectionViewControllerDelegate>
|
| - delegate;
|
| +@property(nonatomic, weak)
|
| + id<ShippingOptionSelectionViewControllerDelegate> delegate;
|
|
|
| // Initializes this object with an instance of PaymentRequest which owns an
|
| // instance of web::PaymentRequest as provided by the page invoking the Payment
|
|
|