Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(537)

Unified Diff: chrome/browser/ui/views/bookmarks/bookmark_bar_view.h

Issue 1233673002: Fix componentization of chrome/browser/bookmarks (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix "gn check" and compilation on Mac Created 5 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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.
« no previous file with comments | « chrome/browser/ui/cocoa/browser_window_controller.mm ('k') | chrome/browser/ui/views/bookmarks/bookmark_bar_view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698