Index: chrome/browser/ui/cocoa/bookmarks/bookmark_button_cell.h |
diff --git a/chrome/browser/ui/cocoa/bookmarks/bookmark_button_cell.h b/chrome/browser/ui/cocoa/bookmarks/bookmark_button_cell.h |
index 2e28cf40266523b56d2c1ae92a867aaced3dfacb..dbcff342a7c3a7429cc192d42cf540a7b0d5e7d3 100644 |
--- a/chrome/browser/ui/cocoa/bookmarks/bookmark_button_cell.h |
+++ b/chrome/browser/ui/cocoa/bookmarks/bookmark_button_cell.h |
@@ -30,9 +30,9 @@ class BookmarkNode; |
scoped_nsobject<NSImage> arrowImage_; |
} |
-@property (nonatomic, readwrite, assign) const BookmarkNode* bookmarkNode; |
-@property (nonatomic, readwrite, assign) int startingChildIndex; |
-@property (nonatomic, readwrite, assign) BOOL drawFolderArrow; |
+@property(nonatomic, readwrite, assign) const BookmarkNode* bookmarkNode; |
+@property(nonatomic, readwrite, assign) int startingChildIndex; |
+@property(nonatomic, readwrite, assign) BOOL drawFolderArrow; |
// Create a button cell which draws with a theme. |
+ (id)buttonCellForNode:(const BookmarkNode*)node |