| Index: chrome/browser/search/instant_service.h
|
| diff --git a/chrome/browser/search/instant_service.h b/chrome/browser/search/instant_service.h
|
| index 95ba842b3aa4d051dc6f320612b45d25a351284a..b65034676b416a5f703825e6aad3914345d276a5 100644
|
| --- a/chrome/browser/search/instant_service.h
|
| +++ b/chrome/browser/search/instant_service.h
|
| @@ -135,8 +135,10 @@ class InstantService : public KeyedService,
|
| // Notifies the observer about the last known most visited items.
|
| void NotifyAboutMostVisitedItems();
|
|
|
| +#if defined(ENABLE_THEMES)
|
| // Theme changed notification handler.
|
| void OnThemeChanged(ThemeService* theme_service);
|
| +#endif
|
|
|
| void ResetInstantSearchPrerenderer();
|
|
|
|
|