| Index: ios/chrome/browser/ui/content_suggestions/cells/content_suggestions_most_visited_item.h
|
| diff --git a/ios/chrome/browser/ui/content_suggestions/cells/content_suggestions_most_visited_item.h b/ios/chrome/browser/ui/content_suggestions/cells/content_suggestions_most_visited_item.h
|
| index 5bf00530477c80023ca4b1490866646e1974166e..68cd09e673fbde8d123e6d813cb62531a7429962 100644
|
| --- a/ios/chrome/browser/ui/content_suggestions/cells/content_suggestions_most_visited_item.h
|
| +++ b/ios/chrome/browser/ui/content_suggestions/cells/content_suggestions_most_visited_item.h
|
| @@ -7,10 +7,8 @@
|
|
|
| #import "ios/chrome/browser/ui/collection_view/cells/collection_view_item.h"
|
| #import "ios/chrome/browser/ui/content_suggestions/cells/suggested_content.h"
|
| -#import "ios/third_party/material_components_ios/src/components/CollectionCells/src/MaterialCollectionCells.h"
|
|
|
| @class FaviconAttributes;
|
| -@class FaviconViewNew;
|
| class GURL;
|
|
|
| // Item containing a Most Visited suggestion.
|
| @@ -27,19 +25,4 @@ class GURL;
|
|
|
| @end
|
|
|
| -// Associated cell to display a Most Visited tile based on the suggestion.
|
| -// It displays the favicon for this Most Visited suggestion and its title.
|
| -@interface ContentSuggestionsMostVisitedCell : MDCCollectionViewCell
|
| -
|
| -// FaviconView displaying the favicon.
|
| -@property(nonatomic, strong, readonly, nonnull) FaviconViewNew* faviconView;
|
| -
|
| -// Title of the Most Visited.
|
| -@property(nonatomic, strong, readonly, nonnull) UILabel* titleLabel;
|
| -
|
| -// Size for a Most Visited tile.
|
| -+ (CGSize)defaultSize;
|
| -
|
| -@end
|
| -
|
| #endif // IOS_CHROME_BROWSER_UI_CONTENT_SUGGESTIONS_CELLS_CONTENT_SUGGESTIONS_MOST_VISITED_ITEM_H_
|
|
|