| 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 1c73e5fa85fe342226762265649fd7fd616b5c97..dbf7dff5676b4c24b7f29e3be32f21157bba9160 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
|
| @@ -30,6 +30,7 @@ const CGFloat kStandardSpacing = 8;
|
| @synthesize subtitle = _subtitle;
|
| @synthesize image = _image;
|
| @synthesize articleURL = _articleURL;
|
| +@synthesize suggestionID = _suggestionID;
|
|
|
| - (instancetype)initWithType:(NSInteger)type
|
| title:(NSString*)title
|
|
|