| Index: ios/chrome/browser/ui/content_suggestions/cells/content_suggestions_text_item.h
|
| diff --git a/ios/chrome/browser/ui/content_suggestions/cells/content_suggestions_text_item.h b/ios/chrome/browser/ui/content_suggestions/cells/content_suggestions_text_item.h
|
| index f76b031c6681dbd08da8680634bcb6397f2b26da..f2b403f32e98fc38a8675be3e2a378f92349af55 100644
|
| --- a/ios/chrome/browser/ui/content_suggestions/cells/content_suggestions_text_item.h
|
| +++ b/ios/chrome/browser/ui/content_suggestions/cells/content_suggestions_text_item.h
|
| @@ -8,11 +8,10 @@
|
| #import <UIKit/UIKit.h>
|
|
|
| #import "ios/chrome/browser/ui/collection_view/cells/collection_view_item.h"
|
| -#import "ios/chrome/browser/ui/content_suggestions/identifier/content_suggestion_identifier.h"
|
| +#import "ios/chrome/browser/ui/content_suggestions/cells/suggested_content.h"
|
|
|
| // Item displaying two text labels.
|
| -@interface ContentSuggestionsTextItem
|
| - : CollectionViewItem<ContentSuggestionIdentification>
|
| +@interface ContentSuggestionsTextItem : CollectionViewItem<SuggestedContent>
|
|
|
| @property(nonatomic, nullable, copy) NSString* text;
|
| @property(nonatomic, nullable, copy) NSString* detailText;
|
|
|