| Index: components/ntp_snippets/content_suggestions_provider_type.h
|
| diff --git a/components/ntp_snippets/content_suggestions_provider_type.h b/components/ntp_snippets/content_suggestions_provider_type.h
|
| index 9825de8bcd77e33c6ad4c9acb54a4f11d516c405..55a838058c25c5bf10039fcaf9382f64606a400a 100644
|
| --- a/components/ntp_snippets/content_suggestions_provider_type.h
|
| +++ b/components/ntp_snippets/content_suggestions_provider_type.h
|
| @@ -12,7 +12,7 @@ namespace ntp_snippets {
|
| // provider types do not necessarily match the suggestion categories. The
|
| // provider type is used to identify the source of a suggestion and to direct
|
| // calls from the UI like discarding back to the right provider.
|
| -enum class ContentSuggestionsProviderType : int { ARTICLES };
|
| +enum class ContentSuggestionsProviderType : int { ARTICLES, COUNT };
|
|
|
| } // namespace ntp_snippets
|
|
|
|
|