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

Unified Diff: ios/chrome/browser/ui/content_suggestions/content_suggestions_footer_item.h

Issue 2751653008: Add header for the Content Suggestions (Closed)
Patch Set: Address comment Created 3 years, 9 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/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.

Powered by Google App Engine
This is Rietveld 408576698