Index: chrome/browser/ui/cocoa/menu_button.h |
diff --git a/chrome/browser/ui/cocoa/menu_button.h b/chrome/browser/ui/cocoa/menu_button.h |
index 93b1116a2d5d6f3ce5a4633c8b42bf0bc0f107ea..0b463dbf5f930a62b92e12480973706a5c354152 100644 |
--- a/chrome/browser/ui/cocoa/menu_button.h |
+++ b/chrome/browser/ui/cocoa/menu_button.h |
@@ -36,11 +36,11 @@ |
// in the button. This might change if we ever switch to a pop-up. Our direct |
// use of the given NSMenu object means that the one can set and use NSMenu's |
// delegate as usual.) |
-@property (retain, nonatomic) IBOutlet NSMenu* attachedMenu; |
+@property(retain, nonatomic) IBOutlet NSMenu* attachedMenu; |
// Whether or not to open the menu when the button is clicked. Otherwise, the |
// menu will only be opened when clicked and held. |
-@property (assign, nonatomic) BOOL openMenuOnClick; |
+@property(assign, nonatomic) BOOL openMenuOnClick; |
@end // @interface MenuButton |