Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2103)

Unified Diff: chrome/browser/cocoa/bookmark_button_cell.h

Issue 2769014: Mac/clang: Possibly contentious changes. (Closed)
Patch Set: comments2 Created 10 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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

Powered by Google App Engine
This is Rietveld 408576698