Index: chrome/browser/cocoa/bookmark_button_cell.h |
diff --git a/chrome/browser/cocoa/bookmark_button_cell.h b/chrome/browser/cocoa/bookmark_button_cell.h |
index 62133435fc4b3057b4d7f2c858ca4d8ece99184f..c05aff8dcbdf3e21e4e1d5c6f8dd1ac0ea054707 100644 |
--- a/chrome/browser/cocoa/bookmark_button_cell.h |
+++ b/chrome/browser/cocoa/bookmark_button_cell.h |
@@ -29,9 +29,9 @@ class BookmarkNode; |
scoped_nsobject<NSImage> arrowImage_; |
} |
-@property (readwrite, assign) const BookmarkNode* bookmarkNode; |
-@property (readwrite, assign) int startingChildIndex; |
-@property (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 |