Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(195)

Unified Diff: ios/chrome/browser/ui/content_suggestions/content_suggestions_view_controller.h

Issue 2798963002: Remove unused code (Closed)
Patch Set: Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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

Powered by Google App Engine
This is Rietveld 408576698