Index: components/ntp_snippets/content_suggestions_provider.h |
diff --git a/components/ntp_snippets/content_suggestions_provider.h b/components/ntp_snippets/content_suggestions_provider.h |
index c7fcd056abacc51b0d30dabb2bef7d3d5ace1d67..36cc5fbfcd058bd91252c109309453c6d930247c 100644 |
--- a/components/ntp_snippets/content_suggestions_provider.h |
+++ b/components/ntp_snippets/content_suggestions_provider.h |
@@ -28,8 +28,7 @@ namespace ntp_snippets { |
// shut down by the ContentSuggestionsService. |
class ContentSuggestionsProvider { |
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)>; |