Index: chrome/browser/ui/cocoa/menu_controller.h |
diff --git a/chrome/browser/ui/cocoa/menu_controller.h b/chrome/browser/ui/cocoa/menu_controller.h |
index f0ac08022160140f4e2d29ad7a2087b595e01c4d..e842ac1585b6fb7acaa203ba74a7fca12265a273 100644 |
--- a/chrome/browser/ui/cocoa/menu_controller.h |
+++ b/chrome/browser/ui/cocoa/menu_controller.h |
@@ -28,10 +28,10 @@ class MenuModel; |
BOOL useWithPopUpButtonCell_; // If YES, 0th item is blank |
} |
-@property (nonatomic, assign) ui::MenuModel* model; |
+@property(nonatomic, assign) ui::MenuModel* model; |
// Note that changing this will have no effect if you use |
// |-initWithModel:useWithPopUpButtonCell:| or after the first call to |-menu|. |
-@property (nonatomic) BOOL useWithPopUpButtonCell; |
+@property(nonatomic) BOOL useWithPopUpButtonCell; |
// NIB-based initializer. This does not create a menu. Clients can set the |
// properties of the object and the menu will be created upon the first call to |