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

Unified Diff: chrome/browser/cocoa/download_item_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/download_item_cell.h
diff --git a/chrome/browser/cocoa/download_item_cell.h b/chrome/browser/cocoa/download_item_cell.h
index 7ebc02fbf75625bc04be3a4a85fe60f960e723a6..484abab25528887e0201ca72401c7d5a4e9d7e5c 100644
--- a/chrome/browser/cocoa/download_item_cell.h
+++ b/chrome/browser/cocoa/download_item_cell.h
@@ -49,8 +49,8 @@ enum DownloadItemMousePosition {
- (void)setStateFromDownload:(BaseDownloadItemModel*)downloadModel;
-@property (copy) NSString* secondaryTitle;
-@property (retain) NSFont* secondaryFont;
+@property (nonatomic, copy) NSString* secondaryTitle;
+@property (nonatomic, retain) NSFont* secondaryFont;
// Returns if the mouse is over the button part of the cell.
- (BOOL)isMouseOverButtonPart;

Powered by Google App Engine
This is Rietveld 408576698