| 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 8d4d75285931bb346eb1ed6fca7a4673500d21b4..a724cdf4d220faff222321b4ab6d75d9ebab142a 100644
|
| --- a/components/ntp_snippets/ntp_snippets_service.h
|
| +++ b/components/ntp_snippets/ntp_snippets_service.h
|
| @@ -200,7 +200,7 @@ class NTPSnippetsService : public ContentSuggestionsProvider,
|
| const std::string& snippet_id) const;
|
|
|
| // 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.
|
|
|