Chromium Code Reviews| 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 3f3d3abbfc5d6e12ce453b39f0c910a446fa596d..a3f58487e0f78f535f17a3d9e23025f296bb8995 100644 |
| --- a/chrome/browser/ui/cocoa/bookmarks/bookmark_button.h |
| +++ b/chrome/browser/ui/cocoa/bookmarks/bookmark_button.h |
| @@ -190,7 +190,7 @@ class BookmarkNode; |
| // Class for bookmark bar buttons that can be drag sources. |
| -@interface BookmarkButton : DraggableButton<ThemedWindowDrawing> { |
|
Avi (use Gerrit)
2016/03/18 21:41:03
Are we not implementing that interface any more? I
erikchen
2016/03/18 22:20:35
oops! Accidentally removed this line in a recent c
|
| +@interface BookmarkButton : DraggableButton<NSDraggingSource> { |
| @private |
| IBOutlet NSObject<BookmarkButtonDelegate>* delegate_; // Weak. |