| Index: ios/chrome/browser/ui/content_suggestions/content_suggestions_footer_item.mm
|
| diff --git a/ios/chrome/browser/ui/content_suggestions/content_suggestions_footer_item.mm b/ios/chrome/browser/ui/content_suggestions/content_suggestions_footer_item.mm
|
| index 7f37c499636cfbaedbc6273250284ff3f8ad1f96..f58a145abac834c970ac329108138efd21c7fea2 100644
|
| --- a/ios/chrome/browser/ui/content_suggestions/content_suggestions_footer_item.mm
|
| +++ b/ios/chrome/browser/ui/content_suggestions/content_suggestions_footer_item.mm
|
| @@ -27,7 +27,6 @@ const CGFloat kMinimalCellHeight = 44;
|
|
|
| @synthesize title = _title;
|
| @synthesize block = _block;
|
| -@synthesize suggestionIdentifier = _suggestionIdentifier;
|
|
|
| - (instancetype)initWithType:(NSInteger)type
|
| title:(NSString*)title
|
|
|