| Index: ios/chrome/browser/ui/content_suggestions/content_suggestions_view_controller.mm
|
| diff --git a/ios/chrome/browser/ui/content_suggestions/content_suggestions_view_controller.mm b/ios/chrome/browser/ui/content_suggestions/content_suggestions_view_controller.mm
|
| index 36c152b2cbe91aba845176c6811e8a6cd8d7608c..4447d4ad793506e02321ee92df81ab1afe255477 100644
|
| --- a/ios/chrome/browser/ui/content_suggestions/content_suggestions_view_controller.mm
|
| +++ b/ios/chrome/browser/ui/content_suggestions/content_suggestions_view_controller.mm
|
| @@ -8,14 +8,14 @@
|
| #import "ios/chrome/browser/ui/collection_view/cells/MDCCollectionViewCell+Chrome.h"
|
| #import "ios/chrome/browser/ui/collection_view/cells/collection_view_item.h"
|
| #import "ios/chrome/browser/ui/collection_view/collection_view_model.h"
|
| +#import "ios/chrome/browser/ui/content_suggestions/cells/content_suggestions_article_item.h"
|
| +#import "ios/chrome/browser/ui/content_suggestions/cells/content_suggestions_button_item_actions.h"
|
| +#import "ios/chrome/browser/ui/content_suggestions/cells/content_suggestions_stack_item.h"
|
| +#import "ios/chrome/browser/ui/content_suggestions/cells/content_suggestions_stack_item_actions.h"
|
| +#import "ios/chrome/browser/ui/content_suggestions/cells/expandable_item.h"
|
| #import "ios/chrome/browser/ui/content_suggestions/content_suggestion.h"
|
| -#import "ios/chrome/browser/ui/content_suggestions/content_suggestions_article_item.h"
|
| #import "ios/chrome/browser/ui/content_suggestions/content_suggestions_collection_updater.h"
|
| #import "ios/chrome/browser/ui/content_suggestions/content_suggestions_commands.h"
|
| -#import "ios/chrome/browser/ui/content_suggestions/content_suggestions_stack_item.h"
|
| -#import "ios/chrome/browser/ui/content_suggestions/content_suggestions_stack_item_actions.h"
|
| -#import "ios/chrome/browser/ui/content_suggestions/content_suggestions_text_item_actions.h"
|
| -#import "ios/chrome/browser/ui/content_suggestions/expandable_item.h"
|
| #include "url/gurl.h"
|
|
|
| #if !defined(__has_feature) || !__has_feature(objc_arc)
|
|
|