| Index: ios/chrome/browser/ui/content_suggestions/content_suggestion.mm
|
| diff --git a/ios/chrome/browser/ui/content_suggestions/content_suggestion.mm b/ios/chrome/browser/ui/content_suggestions/content_suggestion.mm
|
| index 4def822594a1dc1edcd81c233bb7cf6b48b373e1..5ac74973cd26a64cecf5ee45d60663daf7006655 100644
|
| --- a/ios/chrome/browser/ui/content_suggestions/content_suggestion.mm
|
| +++ b/ios/chrome/browser/ui/content_suggestions/content_suggestion.mm
|
| @@ -19,6 +19,7 @@
|
| @synthesize publisher = _publisher;
|
| @synthesize publishDate = _publishDate;
|
| @synthesize suggestionIdentifier = _suggestionIdentifier;
|
| +@synthesize readingListExtra = _readingListExtra;
|
| @synthesize type = _type;
|
|
|
| @end
|
|
|