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

Unified Diff: chrome/browser/autofill/autofill_credit_card_sheet_controller_mac.h

Issue 6258017: Mac: Never have a space between @property and ( (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/chrome
Patch Set: comments Created 9 years, 11 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: chrome/browser/autofill/autofill_credit_card_sheet_controller_mac.h
diff --git a/chrome/browser/autofill/autofill_credit_card_sheet_controller_mac.h b/chrome/browser/autofill/autofill_credit_card_sheet_controller_mac.h
index 650fb1cc7ca1ca5836cd1911a414e0696e426333..3015c9b4df60cf87a7f9d67e4b738ce552bb4991 100644
--- a/chrome/browser/autofill/autofill_credit_card_sheet_controller_mac.h
+++ b/chrome/browser/autofill/autofill_credit_card_sheet_controller_mac.h
@@ -53,9 +53,9 @@ typedef NSInteger AutoFillCreditCardMode;
AutoFillCreditCardMode mode_;
}
-@property (nonatomic, retain) AutoFillCreditCardModel* creditCardModel;
-@property (nonatomic, retain) NSArray* expirationMonthContents;
-@property (nonatomic, retain) NSArray* expirationYearContents;
+@property(nonatomic, retain) AutoFillCreditCardModel* creditCardModel;
+@property(nonatomic, retain) NSArray* expirationMonthContents;
+@property(nonatomic, retain) NSArray* expirationYearContents;
// Designated initializer. Takes a copy of the data in |creditCard|,
// it is not held as a reference.
« no previous file with comments | « chrome/browser/autofill/autofill_credit_card_model_mac.h ('k') | chrome/browser/autofill/autofill_dialog_controller_mac.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698