Index: components/ntp_snippets/ntp_snippets_service.h |
diff --git a/components/ntp_snippets/ntp_snippets_service.h b/components/ntp_snippets/ntp_snippets_service.h |
index 741dbfe49bab276b66f83db1383271e93552d546..43a27de12f152fac0dc1f759c2d135acdb625654 100644 |
--- a/components/ntp_snippets/ntp_snippets_service.h |
+++ b/components/ntp_snippets/ntp_snippets_service.h |
@@ -126,6 +126,7 @@ class NTPSnippetsService : public image_fetcher::ImageFetcherDelegate, |
// ContentSuggestionsProvider implementation |
std::vector<Category> GetProvidedCategories() override; |
CategoryStatus GetCategoryStatus(Category category) override; |
+ CategoryInfo GetCategoryInfo(Category category) override; |
void DismissSuggestion(const std::string& suggestion_id) override; |
void FetchSuggestionImage(const std::string& suggestion_id, |
const ImageFetchedCallback& callback) override; |