| Index: ios/chrome/browser/ui/content_suggestions/content_suggestions_article_item.mm
|
| diff --git a/ios/chrome/browser/ui/content_suggestions/content_suggestions_article_item.mm b/ios/chrome/browser/ui/content_suggestions/content_suggestions_article_item.mm
|
| index 8bfb2525996765231fa6292ae2ca7ebe6359aafe..a7aeb51c0269a41ec1c0f6299d941968d70f033a 100644
|
| --- a/ios/chrome/browser/ui/content_suggestions/content_suggestions_article_item.mm
|
| +++ b/ios/chrome/browser/ui/content_suggestions/content_suggestions_article_item.mm
|
| @@ -32,6 +32,7 @@ const CGFloat kStandardSpacing = 8;
|
| @synthesize articleURL = _articleURL;
|
| @synthesize publisher = _publisher;
|
| @synthesize publishDate = _publishDate;
|
| +@synthesize suggestionIdentifier = _suggestionIdentifier;
|
|
|
| - (instancetype)initWithType:(NSInteger)type
|
| title:(NSString*)title
|
|
|