| 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 f5e01b2b0daa58e186376a5df394a56d0e482496..63a04d6c9084689968dff651021f10818ad8bcd5 100644
|
| --- a/ios/chrome/browser/ui/content_suggestions/content_suggestion.h
|
| +++ b/ios/chrome/browser/ui/content_suggestions/content_suggestion.h
|
| @@ -23,6 +23,7 @@ typedef NS_ENUM(NSInteger, ContentSuggestionType) {
|
| ContentSuggestionTypeEmpty,
|
| ContentSuggestionTypeArticle,
|
| ContentSuggestionTypeReadingList,
|
| + ContentSuggestionTypeMostVisited,
|
| };
|
|
|
| // Data for a suggestions item, compatible with Objective-C. Mostly acts as a
|
|
|