| Index: ios/chrome/browser/ui/content_suggestions/content_suggestions_collection_updater.h
|
| diff --git a/ios/chrome/browser/ui/content_suggestions/content_suggestions_collection_updater.h b/ios/chrome/browser/ui/content_suggestions/content_suggestions_collection_updater.h
|
| index 29615fda56c5ab1a48b1462204edd6f5ada6be31..ec2f887a3cdea877c9b921e2c5907ddc962bec74 100644
|
| --- a/ios/chrome/browser/ui/content_suggestions/content_suggestions_collection_updater.h
|
| +++ b/ios/chrome/browser/ui/content_suggestions/content_suggestions_collection_updater.h
|
| @@ -7,20 +7,9 @@
|
|
|
| #import <UIKit/UIKit.h>
|
|
|
| -#import "ios/chrome/browser/ui/collection_view/collection_view_model.h"
|
| -
|
| @protocol ContentSuggestionsDataSource;
|
| @class ContentSuggestionsViewController;
|
|
|
| -// Enum defining the ItemType of this ContentSuggestionsCollectionUpdater.
|
| -typedef NS_ENUM(NSInteger, ItemType) {
|
| - ItemTypeText = kItemTypeEnumZero,
|
| - ItemTypeArticle,
|
| - ItemTypeExpand,
|
| - ItemTypeStack,
|
| - ItemTypeFavicon,
|
| -};
|
| -
|
| // Updater for a CollectionViewController populating it with some items and
|
| // handling the items addition.
|
| @interface ContentSuggestionsCollectionUpdater : NSObject
|
|
|