| 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 7b11cb3823d304000318777ad52ce6a6f96fa295..556864d3504f1912ea987759aaca33acc4be416a 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,8 @@
|
| #import <UIKit/UIKit.h>
|
|
|
| #import "ios/chrome/browser/ui/collection_view/collection_view_controller.h"
|
| -#import "ios/chrome/browser/ui/content_suggestions/content_suggestions_expandable_item.h"
|
| -#import "ios/chrome/browser/ui/content_suggestions/content_suggestions_favicon_item.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;
|
|
|