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

Unified Diff: chrome/browser/cocoa/draggable_button.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/draggable_button.h
diff --git a/chrome/browser/cocoa/draggable_button.h b/chrome/browser/cocoa/draggable_button.h
index eee719a93338520e7dc8a4d043258216f3efb509..2e166b7aa84eb71afd955fd6ff691226cee00ee3 100644
--- a/chrome/browser/cocoa/draggable_button.h
+++ b/chrome/browser/cocoa/draggable_button.h
@@ -13,7 +13,7 @@
}
// Enable or disable dragability for special buttons like "Other Bookmarks".
-@property 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