| Index: ios/chrome/browser/ui/content_suggestions/content_suggestion.h
|
| diff --git a/ios/chrome/browser/ui/content_suggestions/content_suggestion.h b/ios/chrome/browser/ui/content_suggestions/content_suggestion.h
|
| index 71967fa78ad4c111c7655996f3612ed5b2c421c7..77a101fe3c09fdaa59713391e6ca7fdf879e6bff 100644
|
| --- a/ios/chrome/browser/ui/content_suggestions/content_suggestion.h
|
| +++ b/ios/chrome/browser/ui/content_suggestions/content_suggestion.h
|
| @@ -24,6 +24,7 @@ typedef NS_ENUM(NSInteger, ContentSuggestionType) {
|
| ContentSuggestionTypeEmpty,
|
| ContentSuggestionTypeArticle,
|
| ContentSuggestionTypeReadingList,
|
| + ContentSuggestionTypeMostVisited,
|
| };
|
|
|
| // Data for a suggestions item, compatible with Objective-C. Mostly acts as a
|
|
|