diff options
Diffstat (limited to 'chrome/browser/cocoa/bookmark_button_cell.h')
-rw-r--r-- | chrome/browser/cocoa/bookmark_button_cell.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/chrome/browser/cocoa/bookmark_button_cell.h b/chrome/browser/cocoa/bookmark_button_cell.h index 6213343..c05aff8 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 |