| 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 b9877af13b15a862ad9410f57dd2fc38d2285cde..fdd62534efd32a48b3eb9bb91c637893d22f9932 100644
|
| --- a/ios/chrome/browser/ui/content_suggestions/content_suggestion.mm
|
| +++ b/ios/chrome/browser/ui/content_suggestions/content_suggestion.mm
|
| @@ -14,7 +14,7 @@
|
| @synthesize image = _image;
|
| @synthesize text = _text;
|
| @synthesize url = _url;
|
| -@synthesize section = _section;
|
| +@synthesize suggestionID = _suggestionID;
|
| @synthesize type = _type;
|
|
|
| @end
|
|
|