| 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 97742bbbe73c06ceed6254ab1b5d85ec9ba74097..f5e01b2b0daa58e186376a5df394a56d0e482496 100644
|
| --- a/ios/chrome/browser/ui/content_suggestions/content_suggestion.h
|
| +++ b/ios/chrome/browser/ui/content_suggestions/content_suggestion.h
|
| @@ -21,7 +21,8 @@ typedef NS_ENUM(NSInteger, ContentSuggestionType) {
|
| // this type are empty and should not be displayed. The informations to be
|
| // displayed are contained in the SectionInfo.
|
| ContentSuggestionTypeEmpty,
|
| - ContentSuggestionTypeArticle
|
| + ContentSuggestionTypeArticle,
|
| + ContentSuggestionTypeReadingList,
|
| };
|
|
|
| // Data for a suggestions item, compatible with Objective-C. Mostly acts as a
|
|
|