| 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 0d25178ed478f608d6eb5eeff0d74e51e6db7aad..b9877af13b15a862ad9410f57dd2fc38d2285cde 100644
|
| --- a/ios/chrome/browser/ui/content_suggestions/content_suggestion.mm
|
| +++ b/ios/chrome/browser/ui/content_suggestions/content_suggestion.mm
|
| @@ -12,5 +12,9 @@
|
|
|
| @synthesize title = _title;
|
| @synthesize image = _image;
|
| +@synthesize text = _text;
|
| +@synthesize url = _url;
|
| +@synthesize section = _section;
|
| +@synthesize type = _type;
|
|
|
| @end
|
|
|