| 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 d1fe4108867a71f5c75f8e5bded8c851b4f970e7..3d8a290109c0b3bbe064865dca8be1b7d32b83e2 100644
|
| --- a/components/ntp_snippets/offline_pages/recent_tab_suggestions_provider.h
|
| +++ b/components/ntp_snippets/offline_pages/recent_tab_suggestions_provider.h
|
| @@ -98,7 +98,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);
|
|
|
|
|