| Index: ios/clean/chrome/browser/ui/tab_collection/tab_collection_tab_cell.h
|
| diff --git a/ios/clean/chrome/browser/ui/tab_collection/tab_collection_tab_cell.h b/ios/clean/chrome/browser/ui/tab_collection/tab_collection_tab_cell.h
|
| index ed919d531c8034a16f314a59959a43b8851f8fd5..ad34a1b5ff9e8b3e1f117a8341c7a870b6333cec 100644
|
| --- a/ios/clean/chrome/browser/ui/tab_collection/tab_collection_tab_cell.h
|
| +++ b/ios/clean/chrome/browser/ui/tab_collection/tab_collection_tab_cell.h
|
| @@ -5,10 +5,9 @@
|
| #ifndef IOS_CLEAN_CHROME_BROWSER_UI_TAB_COLLECTION_TAB_COLLECTION_TAB_CELL_H_
|
| #define IOS_CLEAN_CHROME_BROWSER_UI_TAB_COLLECTION_TAB_COLLECTION_TAB_CELL_H_
|
|
|
| -#import <UIKit/UIKit.h>
|
| -
|
| #import "ios/chrome/browser/ui/tab_switcher/tab_switcher_panel_cell.h"
|
|
|
| +@class SnapshotCache;
|
| @class TabCollectionItem;
|
|
|
| // Cell represents a tab for use in the tab collection. It has a title, favicon,
|
| @@ -16,7 +15,8 @@
|
| // highlight in the tintColor.
|
| // PLACEHOLDER: Create custom implemementation rather than subclassing.
|
| @interface TabCollectionTabCell : TabSwitcherLocalSessionCell
|
| -@property(nonatomic, strong) TabCollectionItem* item;
|
| +- (void)configureCell:(TabCollectionItem*)item
|
| + snapshotCache:(SnapshotCache*)snapshotCache;
|
| @end
|
|
|
| #endif // IOS_CLEAN_CHROME_BROWSER_UI_TAB_COLLECTION_TAB_COLLECTION_TAB_CELL_H_
|
|
|