| Index: chrome/browser/ui/views/bookmarks/bookmark_bar_view.h
|
| diff --git a/chrome/browser/ui/views/bookmarks/bookmark_bar_view.h b/chrome/browser/ui/views/bookmarks/bookmark_bar_view.h
|
| index 644e12f4c3d3447ea2d2e59635ad14d803509550..5ae51fd8f20f0810665c8258fca543a3212636d5 100644
|
| --- a/chrome/browser/ui/views/bookmarks/bookmark_bar_view.h
|
| +++ b/chrome/browser/ui/views/bookmarks/bookmark_bar_view.h
|
| @@ -33,7 +33,6 @@ class BookmarkBarViewTestHelper;
|
| class BookmarkContextMenu;
|
| class Browser;
|
| class BrowserView;
|
| -class ChromeBookmarkClient;
|
| class Profile;
|
|
|
| namespace bookmarks {
|
| @@ -402,9 +401,6 @@ class BookmarkBarView : public views::AccessiblePaneView,
|
| // view. This is owned by the Profile.
|
| bookmarks::BookmarkModel* model_;
|
|
|
| - // ChromeBookmarkClient. This is owned by the Profile.
|
| - ChromeBookmarkClient* client_;
|
| -
|
| // Used to manage showing a Menu, either for the most recently bookmarked
|
| // entries, or for the starred folder.
|
| BookmarkMenuController* bookmark_menu_;
|
|
|