| 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 5ac74973cd26a64cecf5ee45d60663daf7006655..4b1e8737247e4635d4c724070b3eedd6e1583fd1 100644
|
| --- a/ios/chrome/browser/ui/content_suggestions/content_suggestion.mm
|
| +++ b/ios/chrome/browser/ui/content_suggestions/content_suggestion.mm
|
| @@ -19,7 +19,7 @@
|
| @synthesize publisher = _publisher;
|
| @synthesize publishDate = _publishDate;
|
| @synthesize suggestionIdentifier = _suggestionIdentifier;
|
| -@synthesize readingListExtra = _readingListExtra;
|
| +@synthesize availableOffline = _availableOffline;
|
| @synthesize type = _type;
|
|
|
| @end
|
|
|