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 130ed57fef68eb52e2484c02a6c09d609d90eee7..e241df76f3098859a7ae334041498fc6838a5677 100644 |
--- a/components/ntp_snippets/ntp_snippets_service.h |
+++ b/components/ntp_snippets/ntp_snippets_service.h |
@@ -187,7 +187,7 @@ class NTPSnippetsService : public ContentSuggestionsProvider, |
}; |
// image_fetcher::ImageFetcherDelegate implementation. |
- void OnImageDataFetched(const std::string& snippet_id, |
+ void OnImageDataFetched(const std::string& suggestion_id, |
const std::string& image_data) override; |
// Callbacks for the NTPSnippetsDatabase. |