| Index: ios/chrome/browser/ui/content_suggestions/content_suggestion.h
|
| diff --git a/ios/chrome/browser/ui/content_suggestions/content_suggestion.h b/ios/chrome/browser/ui/content_suggestions/content_suggestion.h
|
| index 227275f3fa897f9bff7c81ea009344ac8b165269..5470c116c267e5e1484cce666991258978cbefe6 100644
|
| --- a/ios/chrome/browser/ui/content_suggestions/content_suggestion.h
|
| +++ b/ios/chrome/browser/ui/content_suggestions/content_suggestion.h
|
| @@ -28,8 +28,6 @@ typedef NS_ENUM(NSInteger, ContentSuggestionType) {
|
| @property(nonatomic, copy, nullable) NSString* title;
|
| // Text for the suggestion.
|
| @property(nonatomic, copy, nullable) NSString* text;
|
| -// Image for the suggestion.
|
| -@property(nonatomic, strong, nullable) UIImage* image;
|
| // URL associated with the suggestion.
|
| @property(nonatomic, assign) GURL url;
|
| // The name of the publisher.
|
|
|