| Index: components/ntp_snippets/sessions/foreign_sessions_suggestions_provider.h
|
| diff --git a/components/ntp_snippets/sessions/foreign_sessions_suggestions_provider.h b/components/ntp_snippets/sessions/foreign_sessions_suggestions_provider.h
|
| index 57cd53eb0f1625a20264332cad79e76d255f9052..71d563126914e266489a02285171bf04c442a3ac 100644
|
| --- a/components/ntp_snippets/sessions/foreign_sessions_suggestions_provider.h
|
| +++ b/components/ntp_snippets/sessions/foreign_sessions_suggestions_provider.h
|
| @@ -54,8 +54,8 @@ class ForeignSessionsSuggestionsProvider : 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,
|
|
|