| 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
|
|
|
|
|