Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1217)

Unified Diff: ios/chrome/browser/payments/shipping_address_selection_mediator.mm

Issue 2826713002: [Payment Request] Refactors the remaining selector view controllers (Closed)
Patch Set: Addressed comment Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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];

Powered by Google App Engine
This is Rietveld 408576698