| 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 0df24262ed6466f25265e0bbcff71d4dbae25513..856c832d1cede8d54b75f05651d1f25d56bc2cce 100644
|
| --- a/ios/chrome/browser/ui/content_suggestions/content_suggestion.mm
|
| +++ b/ios/chrome/browser/ui/content_suggestions/content_suggestion.mm
|
| @@ -18,7 +18,7 @@
|
| @synthesize url = _url;
|
| @synthesize publisher = _publisher;
|
| @synthesize publishDate = _publishDate;
|
| -@synthesize section = _section;
|
| +@synthesize suggestionIdentifier = _suggestionIdentifier;
|
| @synthesize type = _type;
|
|
|
| @end
|
|
|