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

Unified Diff: chrome/browser/autofill/autofill_dialog_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_dialog_controller_mac.h
diff --git a/chrome/browser/autofill/autofill_dialog_controller_mac.h b/chrome/browser/autofill/autofill_dialog_controller_mac.h
index 642e811ba71522965b05c91a24318811a74f2f38..5a9967e6c3349dfc28f325456de1f1a1669d83e5 100644
--- a/chrome/browser/autofill/autofill_dialog_controller_mac.h
+++ b/chrome/browser/autofill/autofill_dialog_controller_mac.h
@@ -99,28 +99,28 @@ class Profile;
// Property representing state of the AutoFill enabled preference. Checkbox is
// bound to this in nib. Also, enabled state of other controls are also bound
// to this property.
-@property (nonatomic) BOOL autoFillEnabled;
+@property(nonatomic) BOOL autoFillEnabled;
// Property indicating whether AutoFill is under control of configuration
// management. The enabled state of the AutoFill enabled checkbox is bound to
// this property.
-@property (nonatomic) BOOL autoFillManaged;
+@property(nonatomic) BOOL autoFillManaged;
// Property that is true iff AutoFill is managed and disabled. The save button's
// enabled state is bound to this property.
-@property (nonatomic) BOOL autoFillManagedAndDisabled;
+@property(nonatomic) BOOL autoFillManagedAndDisabled;
// Property representing state of Address Book "me" card usage. Checkbox is
// bound to this in nib.
-@property (nonatomic) BOOL auxiliaryEnabled;
+@property(nonatomic) BOOL auxiliaryEnabled;
// Property representing selection state in |tableView_|. Enabled state of
// edit and delete buttons are bound to this property.
-@property (nonatomic) BOOL itemIsSelected;
+@property(nonatomic) BOOL itemIsSelected;
// Property representing multiple selection state in |tableView_|. Enabled
// state of edit button is bound to this property.
-@property (nonatomic) BOOL multipleSelected;
+@property(nonatomic) BOOL multipleSelected;
// Main interface for displaying a modeless AutoFill dialog on screen.
// This class method creates a new |AutoFillDialogController| and runs it as a
« no previous file with comments | « chrome/browser/autofill/autofill_credit_card_sheet_controller_mac.h ('k') | chrome/browser/ui/cocoa/animatable_image.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698