| Index: ios/chrome/browser/ui/content_suggestions/content_suggestions_view_controller.h
|
| diff --git a/ios/chrome/browser/ui/content_suggestions/content_suggestions_view_controller.h b/ios/chrome/browser/ui/content_suggestions/content_suggestions_view_controller.h
|
| index 556864d3504f1912ea987759aaca33acc4be416a..b5291270a9f63b02c2c50b5ae6e1dc1cbf96b61b 100644
|
| --- a/ios/chrome/browser/ui/content_suggestions/content_suggestions_view_controller.h
|
| +++ b/ios/chrome/browser/ui/content_suggestions/content_suggestions_view_controller.h
|
| @@ -8,8 +8,6 @@
|
| #import <UIKit/UIKit.h>
|
|
|
| #import "ios/chrome/browser/ui/collection_view/collection_view_controller.h"
|
| -#import "ios/chrome/browser/ui/content_suggestions/cells/content_suggestions_expandable_item.h"
|
| -#import "ios/chrome/browser/ui/content_suggestions/cells/content_suggestions_favicon_item.h"
|
|
|
| @class ContentSuggestion;
|
| @protocol ContentSuggestionsCommands;
|
| @@ -17,9 +15,7 @@
|
| @protocol ContentSuggestionIdentification;
|
|
|
| // CollectionViewController to display the suggestions items.
|
| -@interface ContentSuggestionsViewController
|
| - : CollectionViewController<ContentSuggestionsExpandableCellDelegate,
|
| - ContentSuggestionsFaviconCellDelegate>
|
| +@interface ContentSuggestionsViewController : CollectionViewController
|
|
|
| - (instancetype)initWithStyle:(CollectionViewControllerStyle)style
|
| dataSource:(id<ContentSuggestionsDataSource>)dataSource
|
|
|