| Index: ios/chrome/browser/ui/content_suggestions/cells/content_suggestions_text_item.mm
|
| diff --git a/ios/chrome/browser/ui/content_suggestions/cells/content_suggestions_text_item.mm b/ios/chrome/browser/ui/content_suggestions/cells/content_suggestions_text_item.mm
|
| index 5cdf8c22c56cfbbf565f0eaa774b9e813856c77d..c27d2ca11d114f2350ba315830e23565db242f5d 100644
|
| --- a/ios/chrome/browser/ui/content_suggestions/cells/content_suggestions_text_item.mm
|
| +++ b/ios/chrome/browser/ui/content_suggestions/cells/content_suggestions_text_item.mm
|
| @@ -5,6 +5,7 @@
|
| #import "ios/chrome/browser/ui/content_suggestions/cells/content_suggestions_text_item.h"
|
|
|
| #import "ios/chrome/browser/ui/collection_view/cells/collection_view_text_cell.h"
|
| +#import "ios/chrome/browser/ui/content_suggestions/identifier/content_suggestion_identifier.h"
|
| #import "ios/third_party/material_components_ios/src/components/Palettes/src/MaterialPalettes.h"
|
| #import "ios/third_party/material_components_ios/src/components/Typography/src/MaterialTypography.h"
|
|
|
| @@ -17,6 +18,9 @@
|
| @synthesize text = _text;
|
| @synthesize detailText = _detailText;
|
| @synthesize suggestionIdentifier = _suggestionIdentifier;
|
| +@synthesize attributes = _attributes;
|
| +@synthesize delegate = _delegate;
|
| +@synthesize image = _image;
|
|
|
| - (instancetype)initWithType:(NSInteger)type {
|
| self = [super initWithType:type];
|
|
|