| 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..7b956b32badfa2fda7a8d295565277f5ac262c51 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
|
| @@ -17,7 +17,6 @@ const CGFloat kStandardSpacing = 8;
|
|
|
| @interface ContentSuggestionsArticleItem ()
|
|
|
| -@property(nonatomic, copy) NSString* title;
|
| @property(nonatomic, copy) NSString* subtitle;
|
|
|
| @end
|
|
|