| Index: components/ntp_snippets/offline_pages/recent_tab_suggestions_provider.h
|
| diff --git a/components/ntp_snippets/offline_pages/recent_tab_suggestions_provider.h b/components/ntp_snippets/offline_pages/recent_tab_suggestions_provider.h
|
| index fef26df081d05c4cbf6c5882217f11e5baf33e85..fbe053f0d810677da57aad4b732e756088a58979 100644
|
| --- a/components/ntp_snippets/offline_pages/recent_tab_suggestions_provider.h
|
| +++ b/components/ntp_snippets/offline_pages/recent_tab_suggestions_provider.h
|
| @@ -96,7 +96,7 @@ class RecentTabSuggestionsProvider
|
| const;
|
|
|
| // Fires the |OnSuggestionInvalidated| event for the suggestion corresponding
|
| - // to the given |offline_id| and clears it from the dismissed IDs list, if
|
| + // to the given |offline_id| and deletes it from the dismissed IDs list, if
|
| // necessary.
|
| void InvalidateSuggestion(int64_t offline_id);
|
|
|
|
|