| Index: chrome/browser/ui/cocoa/bookmarks/bookmark_button.h
|
| diff --git a/chrome/browser/ui/cocoa/bookmarks/bookmark_button.h b/chrome/browser/ui/cocoa/bookmarks/bookmark_button.h
|
| index b968911674e6827d121da9e1f1dabe06cec73035..3f3d3abbfc5d6e12ce453b39f0c910a446fa596d 100644
|
| --- a/chrome/browser/ui/cocoa/bookmarks/bookmark_button.h
|
| +++ b/chrome/browser/ui/cocoa/bookmarks/bookmark_button.h
|
| @@ -190,8 +190,7 @@
|
|
|
|
|
| // Class for bookmark bar buttons that can be drag sources.
|
| -@interface BookmarkButton
|
| - : DraggableButton<ThemedWindowDrawing, NSDraggingSource> {
|
| +@interface BookmarkButton : DraggableButton<ThemedWindowDrawing> {
|
| @private
|
| IBOutlet NSObject<BookmarkButtonDelegate>* delegate_; // Weak.
|
|
|
|
|