| Index: ios/chrome/browser/payments/payment_method_selection_coordinator.h
|
| diff --git a/ios/chrome/browser/payments/payment_method_selection_coordinator.h b/ios/chrome/browser/payments/payment_method_selection_coordinator.h
|
| index 885205e1b4b789a2a525de921bf9894bc232f62e..0b3a70dabe1fab04eeabe2e1fef148c08223a70d 100644
|
| --- a/ios/chrome/browser/payments/payment_method_selection_coordinator.h
|
| +++ b/ios/chrome/browser/payments/payment_method_selection_coordinator.h
|
| @@ -46,8 +46,8 @@ class CreditCard;
|
|
|
| // The delegate to be notified when the user selects a payment method or returns
|
| // without selecting a payment method.
|
| -@property(nonatomic, weak) id<PaymentMethodSelectionCoordinatorDelegate>
|
| - delegate;
|
| +@property(nonatomic, weak)
|
| + id<PaymentMethodSelectionCoordinatorDelegate> delegate;
|
|
|
| @end
|
|
|
|
|