| Index: components/ntp_snippets/content_suggestions_service.h
|
| diff --git a/components/ntp_snippets/content_suggestions_service.h b/components/ntp_snippets/content_suggestions_service.h
|
| index 3f86e13d260d0925dff72ea6cb3cdd8b9f4824a9..80f609b399ee33175134680ffdb76c01ef8c0f8e 100644
|
| --- a/components/ntp_snippets/content_suggestions_service.h
|
| +++ b/components/ntp_snippets/content_suggestions_service.h
|
| @@ -31,8 +31,7 @@ class NTPSnippetsService;
|
| class ContentSuggestionsService : public KeyedService,
|
| public ContentSuggestionsProvider::Observer {
|
| public:
|
| - using ImageFetchedCallback =
|
| - base::Callback<void(const std::string& suggestion_id, const gfx::Image&)>;
|
| + using ImageFetchedCallback = base::Callback<void(const gfx::Image&)>;
|
| using DismissedSuggestionsCallback = base::Callback<void(
|
| std::vector<ContentSuggestion> dismissed_suggestions)>;
|
|
|
|
|