Index: components/ntp_snippets/remote/ntp_snippets_service.h |
diff --git a/components/ntp_snippets/remote/ntp_snippets_service.h b/components/ntp_snippets/remote/ntp_snippets_service.h |
index 4690a3725141e80b7dbab2165183566a54bfcb39..16f038ceca83cf9918600171342d2ec62f8949a7 100644 |
--- a/components/ntp_snippets/remote/ntp_snippets_service.h |
+++ b/components/ntp_snippets/remote/ntp_snippets_service.h |
@@ -206,7 +206,8 @@ class NTPSnippetsService final : public ContentSuggestionsProvider, |
void OnDatabaseError(); |
// Callback for the NTPSnippetsFetcher. |
- void OnFetchFinished(NTPSnippetsFetcher::OptionalSnippets snippets); |
+ void OnFetchFinished( |
+ NTPSnippetsFetcher::OptionalFetchedCategories fetched_categories); |
// Moves all snippets from |to_archive| into the archive of the |category|. |
// It also deletes the snippets from the DB and keeps the archive reasonably |