| 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;
|
|
|