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

Unified Diff: chrome/browser/ui/cocoa/draggable_button.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/draggable_button.h
diff --git a/chrome/browser/ui/cocoa/draggable_button.h b/chrome/browser/ui/cocoa/draggable_button.h
index 2e166b7aa84eb71afd955fd6ff691226cee00ee3..7f58255b4b98d2cf4f734e1b8162df2c9d1c11ea 100644
--- a/chrome/browser/ui/cocoa/draggable_button.h
+++ b/chrome/browser/ui/cocoa/draggable_button.h
@@ -13,7 +13,7 @@
}
// Enable or disable dragability for special buttons like "Other Bookmarks".
-@property (nonatomic) BOOL draggable;
+@property(nonatomic) BOOL draggable;
// Called when a drag should start. Subclasses must override this to do any
// pasteboard manipulation and begin the drag, usually with

Powered by Google App Engine
This is Rietveld 408576698