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

Unified Diff: ios/chrome/browser/ui/suggestions/suggestions_view_controller.h

Issue 2640473002: Suggestions UI - favicon item (Closed)
Patch Set: Fix build Created 3 years, 11 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/suggestions/suggestions_view_controller.h
diff --git a/ios/chrome/browser/ui/suggestions/suggestions_view_controller.h b/ios/chrome/browser/ui/suggestions/suggestions_view_controller.h
index 8d81fd0170bc2c9beef0fd24f374ce6659ac235b..0a23e3f39ae8f90fcc8c86e21f955b1959ea45ad 100644
--- a/ios/chrome/browser/ui/suggestions/suggestions_view_controller.h
+++ b/ios/chrome/browser/ui/suggestions/suggestions_view_controller.h
@@ -9,12 +9,14 @@
#import "ios/chrome/browser/ui/collection_view/collection_view_controller.h"
#import "ios/chrome/browser/ui/suggestions/suggestions_expandable_item.h"
+#import "ios/chrome/browser/ui/suggestions/suggestions_favicon_item.h"
@protocol SuggestionsCommands;
// CollectionViewController to display the suggestions items.
@interface SuggestionsViewController
- : CollectionViewController<SuggestionsExpandableCellDelegate>
+ : CollectionViewController<SuggestionsExpandableCellDelegate,
+ SuggestionsFaviconCellDelegate>
// Handler for the commands sent by the SuggestionsViewController.
@property(nonatomic, weak) id<SuggestionsCommands> suggestionCommandHandler;

Powered by Google App Engine
This is Rietveld 408576698