Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(394)

Unified Diff: ios/chrome/browser/ui/content_suggestions/cells/content_suggestions_text_item.h

Issue 2877513003: ContentSuggestionsDataSource returns CollectionViewItem (Closed)
Patch Set: Address comments Created 3 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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;

Powered by Google App Engine
This is Rietveld 408576698