Index: components/ntp_snippets/bookmarks/bookmark_suggestions_provider.h |
diff --git a/components/ntp_snippets/bookmarks/bookmark_suggestions_provider.h b/components/ntp_snippets/bookmarks/bookmark_suggestions_provider.h |
index 7f75a2ec4ba009cf4cc1e8fc9f1fb474c12d5e7f..423a327d8a323d5f5b3994204b9e2bf90bb068b0 100644 |
--- a/components/ntp_snippets/bookmarks/bookmark_suggestions_provider.h |
+++ b/components/ntp_snippets/bookmarks/bookmark_suggestions_provider.h |
@@ -39,8 +39,8 @@ class BookmarkSuggestionsProvider : public ContentSuggestionsProvider, |
// ContentSuggestionsProvider implementation. |
CategoryStatus GetCategoryStatus(Category category) override; |
CategoryInfo GetCategoryInfo(Category category) override; |
- void DismissSuggestion(const std::string& suggestion_id) override; |
- void FetchSuggestionImage(const std::string& suggestion_id, |
+ void DismissSuggestion(const ContentSuggestion::ID& suggestion_id) override; |
+ void FetchSuggestionImage(const ContentSuggestion::ID& suggestion_id, |
const ImageFetchedCallback& callback) override; |
void ClearHistory( |
base::Time begin, |