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

Unified Diff: chrome/browser/ui/cocoa/bookmarks/bookmark_bar_toolbar_view.h

Issue 1492423003: Rejigger ThemeService: move exposure of ThemeProvider interface to a (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix that unittest Created 5 years 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/cocoa/bookmarks/bookmark_bar_toolbar_view.h
diff --git a/chrome/browser/ui/cocoa/bookmarks/bookmark_bar_toolbar_view.h b/chrome/browser/ui/cocoa/bookmarks/bookmark_bar_toolbar_view.h
index 4eb25cd024431738d7ae281e4aa912d84b2fd7a1..1ff85e31137aa416d80492fee0c099b58db96000 100644
--- a/chrome/browser/ui/cocoa/bookmarks/bookmark_bar_toolbar_view.h
+++ b/chrome/browser/ui/cocoa/bookmarks/bookmark_bar_toolbar_view.h
@@ -17,7 +17,7 @@
@class BookmarkBarView;
-class ThemeService;
+class Profile;
// An interface to allow mocking of a BookmarkBarController by the
// BookmarkBarToolbarView.
@@ -27,8 +27,8 @@ class ThemeService;
// background image is joined.
- (int)currentTabContentsHeight;
-// Current theme service.
-- (ThemeService*)themeService;
+// Current profile.
+- (Profile*)profile;
@end

Powered by Google App Engine
This is Rietveld 408576698