Index: ios/chrome/browser/payments/shipping_address_selection_mediator.mm |
diff --git a/ios/chrome/browser/payments/shipping_address_selection_mediator.mm b/ios/chrome/browser/payments/shipping_address_selection_mediator.mm |
index bc947e61ee0df9b2a460df7fc9f5f63635a8bc6f..2421a146b59efaced48664331b595e0d9242dc08 100644 |
--- a/ios/chrome/browser/payments/shipping_address_selection_mediator.mm |
+++ b/ios/chrome/browser/payments/shipping_address_selection_mediator.mm |
@@ -40,11 +40,11 @@ using ::payment_request_util::GetPhoneNumberLabelFromAutofillProfile; |
@implementation ShippingAddressSelectionMediator |
+@synthesize headerText = _headerText; |
@synthesize state = _state; |
@synthesize selectedItemIndex = _selectedItemIndex; |
@synthesize paymentRequest = _paymentRequest; |
@synthesize items = _items; |
-@synthesize headerText = _headerText; |
- (instancetype)initWithPaymentRequest:(PaymentRequest*)paymentRequest { |
self = [super init]; |