Index: ios/chrome/browser/ui/content_suggestions/content_suggestions_footer_item.h |
diff --git a/ios/chrome/browser/ui/content_suggestions/content_suggestions_footer_item.h b/ios/chrome/browser/ui/content_suggestions/content_suggestions_footer_item.h |
index a5e3b5eb3e48d9d6cccab398735011b4b5f4a6f5..7d42ed5f175d0d163da1fee9ad08bcd94ce1bc0d 100644 |
--- a/ios/chrome/browser/ui/content_suggestions/content_suggestions_footer_item.h |
+++ b/ios/chrome/browser/ui/content_suggestions/content_suggestions_footer_item.h |
@@ -7,12 +7,10 @@ |
#import "base/ios/block_types.h" |
#import "ios/chrome/browser/ui/collection_view/cells/collection_view_item.h" |
-#import "ios/chrome/browser/ui/content_suggestions/content_suggestion_identifier.h" |
#import "ios/third_party/material_components_ios/src/components/CollectionCells/src/MaterialCollectionCells.h" |
// Item for a footer of a Content Suggestions section. |
-@interface ContentSuggestionsFooterItem |
- : CollectionViewItem<ContentSuggestionIdentification> |
+@interface ContentSuggestionsFooterItem : CollectionViewItem |
// Initialize a footer with a button taking all the space, with a |title| and a |
// |block| run when tapped. |