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

Unified Diff: chrome/browser/autofill/autofill_address_model_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
« no previous file with comments | « no previous file | chrome/browser/autofill/autofill_address_sheet_controller_mac.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/autofill/autofill_address_model_mac.h
diff --git a/chrome/browser/autofill/autofill_address_model_mac.h b/chrome/browser/autofill/autofill_address_model_mac.h
index 230db90d9c1ba33d5e6f45cdcd85dc4606944037..59b4cbf2ffa7f7b6931b05cfbaf2deeb1c6491b3 100644
--- a/chrome/browser/autofill/autofill_address_model_mac.h
+++ b/chrome/browser/autofill/autofill_address_model_mac.h
@@ -34,17 +34,17 @@ class AutoFillProfile;
NSString* faxWholeNumber_;
}
-@property (nonatomic, copy) NSString* fullName;
-@property (nonatomic, copy) NSString* email;
-@property (nonatomic, copy) NSString* companyName;
-@property (nonatomic, copy) NSString* addressLine1;
-@property (nonatomic, copy) NSString* addressLine2;
-@property (nonatomic, copy) NSString* addressCity;
-@property (nonatomic, copy) NSString* addressState;
-@property (nonatomic, copy) NSString* addressZip;
-@property (nonatomic, copy) NSString* addressCountry;
-@property (nonatomic, copy) NSString* phoneWholeNumber;
-@property (nonatomic, copy) NSString* faxWholeNumber;
+@property(nonatomic, copy) NSString* fullName;
+@property(nonatomic, copy) NSString* email;
+@property(nonatomic, copy) NSString* companyName;
+@property(nonatomic, copy) NSString* addressLine1;
+@property(nonatomic, copy) NSString* addressLine2;
+@property(nonatomic, copy) NSString* addressCity;
+@property(nonatomic, copy) NSString* addressState;
+@property(nonatomic, copy) NSString* addressZip;
+@property(nonatomic, copy) NSString* addressCountry;
+@property(nonatomic, copy) NSString* phoneWholeNumber;
+@property(nonatomic, copy) NSString* faxWholeNumber;
// The designated initializer. Initializes the property strings to values
// retrieved from the |profile|.
« no previous file with comments | « no previous file | chrome/browser/autofill/autofill_address_sheet_controller_mac.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698