Index: chrome/browser/ui/cocoa/bookmarks/bookmark_bubble_controller.h |
diff --git a/chrome/browser/ui/cocoa/bookmarks/bookmark_bubble_controller.h b/chrome/browser/ui/cocoa/bookmarks/bookmark_bubble_controller.h |
index 708ae7181668ae5ce0ae590317ecac757e8bb6c5..3eaf012c07bb5d2c6809ea396651e06416a2d5bf 100644 |
--- a/chrome/browser/ui/cocoa/bookmarks/bookmark_bubble_controller.h |
+++ b/chrome/browser/ui/cocoa/bookmarks/bookmark_bubble_controller.h |
@@ -9,7 +9,6 @@ |
#import "chrome/browser/ui/cocoa/base_bubble_controller.h" |
#import "chrome/browser/ui/cocoa/bookmarks/bookmark_model_observer_for_cocoa.h" |
-class ChromeBookmarkClient; |
@class BookmarkBubbleController; |
@class BookmarkSyncPromoController; |
@@ -26,7 +25,6 @@ class BookmarkNode; |
@private |
// |client_|, |model_| and |node_| are weak and owned by the current browser's |
// profile. |
- ChromeBookmarkClient* client_; // weak |
bookmarks::BookmarkModel* model_; // weak |
const bookmarks::BookmarkNode* node_; // weak |
@@ -56,7 +54,6 @@ class BookmarkNode; |
// it desires it to be visible on the screen. It is not shown by the |
// init routine. Closing of the window happens implicitly on dealloc. |
- (id)initWithParentWindow:(NSWindow*)parentWindow |
- client:(ChromeBookmarkClient*)client |
model:(bookmarks::BookmarkModel*)model |
node:(const bookmarks::BookmarkNode*)node |
alreadyBookmarked:(BOOL)alreadyBookmarked; |