| 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 83c6fbeb2c50a84679d42f1184da94519977679b..51bad93269b6e98ad0edefb6d6906bf83f133821 100644
|
| --- a/chrome/browser/ui/cocoa/bookmarks/bookmark_button.h
|
| +++ b/chrome/browser/ui/cocoa/bookmarks/bookmark_button.h
|
| @@ -5,6 +5,7 @@
|
| #import <Cocoa/Cocoa.h>
|
| #include <vector>
|
| #import "chrome/browser/ui/cocoa/draggable_button.h"
|
| +#import "chrome/browser/ui/cocoa/themed_window.h"
|
| #include "ui/base/window_open_disposition.h"
|
|
|
| @class BookmarkBarFolderController;
|
| @@ -189,7 +190,7 @@ class BookmarkModel;
|
|
|
|
|
| // Class for bookmark bar buttons that can be drag sources.
|
| -@interface BookmarkButton : DraggableButton {
|
| +@interface BookmarkButton : DraggableButton<ThemedWindowDrawing> {
|
| @private
|
| IBOutlet NSObject<BookmarkButtonDelegate>* delegate_; // Weak.
|
|
|
|
|