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

Unified Diff: chrome/browser/ui/cocoa/download/download_item_cell.h

Issue 6258017: Mac: Never have a space between @property and ( (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/chrome
Patch Set: Created 9 years, 11 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/ui/cocoa/download/download_item_cell.h
diff --git a/chrome/browser/ui/cocoa/download/download_item_cell.h b/chrome/browser/ui/cocoa/download/download_item_cell.h
index 0af75f2667c5f874e6e9be5ae82b407b453ff3c6..472135d3bd647f36265a395763040a7b81eccf71 100644
--- a/chrome/browser/ui/cocoa/download/download_item_cell.h
+++ b/chrome/browser/ui/cocoa/download/download_item_cell.h
@@ -50,8 +50,8 @@ enum DownloadItemMousePosition {
- (void)setStateFromDownload:(BaseDownloadItemModel*)downloadModel;
Robert Sesek 2011/01/24 18:03:57 This should come after the @property lines.
-@property (nonatomic, copy) NSString* secondaryTitle;
-@property (nonatomic, 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