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

Unified Diff: chrome/browser/ui/search/search_ui.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: respond to comments 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/search/search_ui.h
diff --git a/chrome/browser/ui/search/search_ui.h b/chrome/browser/ui/search/search_ui.h
index d3132419b24b2f4d7b97c182a2126930e29847a1..f6b3ed2b2527fb5ac8affcd6d3fa51a5f83c91f5 100644
--- a/chrome/browser/ui/search/search_ui.h
+++ b/chrome/browser/ui/search/search_ui.h
@@ -7,15 +7,15 @@
#include "third_party/skia/include/core/SkColor.h"
-class ThemeService;
+class Profile;
namespace chrome {
// Returns the color to use to draw the detached bookmark bar background.
-SkColor GetDetachedBookmarkBarBackgroundColor(ThemeService* theme_service);
+SkColor GetDetachedBookmarkBarBackgroundColor(Profile* profile);
// Returns the color to use to draw the detached bookmark bar separator.
-SkColor GetDetachedBookmarkBarSeparatorColor(ThemeService* theme_service);
+SkColor GetDetachedBookmarkBarSeparatorColor(Profile* profile);
} // namespace chrome

Powered by Google App Engine
This is Rietveld 408576698