| Index: chrome/browser/ui/webui/snippets_internals_message_handler.h
|
| diff --git a/chrome/browser/ui/webui/snippets_internals_message_handler.h b/chrome/browser/ui/webui/snippets_internals_message_handler.h
|
| index 14553c70c722ab1b585ddcfd1c9cac97f8d1d8ee..14b2e5a53136b8d006a3f195022db6fe73a1cd03 100644
|
| --- a/chrome/browser/ui/webui/snippets_internals_message_handler.h
|
| +++ b/chrome/browser/ui/webui/snippets_internals_message_handler.h
|
| @@ -32,7 +32,7 @@ class SnippetsInternalsMessageHandler
|
| void RegisterMessages() override;
|
|
|
| // ntp_snippets::ContentSuggestionsService::Observer:
|
| - void OnNewSuggestions() override;
|
| + void OnNewSuggestions(ntp_snippets::Category category) override;
|
| void OnCategoryStatusChanged(
|
| ntp_snippets::Category category,
|
| ntp_snippets::CategoryStatus new_status) override;
|
|
|