| Index: ios/chrome/browser/ui/collection_view/cells/collection_view_item.h
|
| diff --git a/ios/chrome/browser/ui/collection_view/cells/collection_view_item.h b/ios/chrome/browser/ui/collection_view/cells/collection_view_item.h
|
| index 78be71e4899e9ad81da799879a5aa1fe75460f85..e411471115750b86e3b81ce93baf4c6b622eb740 100644
|
| --- a/ios/chrome/browser/ui/collection_view/cells/collection_view_item.h
|
| +++ b/ios/chrome/browser/ui/collection_view/cells/collection_view_item.h
|
| @@ -21,7 +21,6 @@
|
| @property(nonatomic, assign) Class cellClass;
|
|
|
| - (instancetype)initWithType:(NSInteger)type NS_DESIGNATED_INITIALIZER;
|
| -- (instancetype)init NS_UNAVAILABLE;
|
|
|
| // Configures the given cell with the item's information. Override this method
|
| // to specialize. At this level, only accessibility properties are ported from
|
|
|