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..b5dd2b1d84923d5572061a37461f703da0727e67 100644 |
--- a/chrome/browser/ui/views/bookmarks/bookmark_bar_view.h |
+++ b/chrome/browser/ui/views/bookmarks/bookmark_bar_view.h |
@@ -33,11 +33,11 @@ class BookmarkBarViewTestHelper; |
class BookmarkContextMenu; |
class Browser; |
class BrowserView; |
-class ChromeBookmarkClient; |
class Profile; |
namespace bookmarks { |
class BookmarkModel; |
+class ManagedBookmarkService; |
} |
namespace content { |
@@ -402,8 +402,8 @@ class BookmarkBarView : public views::AccessiblePaneView, |
// view. This is owned by the Profile. |
bookmarks::BookmarkModel* model_; |
- // ChromeBookmarkClient. This is owned by the Profile. |
- ChromeBookmarkClient* client_; |
+ // ManagedBookmarkService. This is owned by the Profile. |
+ bookmarks::ManagedBookmarkService* managed_; |
// Used to manage showing a Menu, either for the most recently bookmarked |
// entries, or for the starred folder. |