| 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
|
|
|