| Index: ios/chrome/browser/payments/cells/price_item.h
|
| diff --git a/ios/chrome/browser/payments/cells/price_item.h b/ios/chrome/browser/payments/cells/price_item.h
|
| index ee8d71c1b811c561ea25adf3efee8c2cd44325df..43f63b46df605544e0d8492e6ed0c279df0fd809 100644
|
| --- a/ios/chrome/browser/payments/cells/price_item.h
|
| +++ b/ios/chrome/browser/payments/cells/price_item.h
|
| @@ -13,9 +13,6 @@
|
| // PriceItem is the model class corresponding to PriceCell.
|
| @interface PriceItem : CollectionViewItem
|
|
|
| -// The accessory type to display on the trailing edge of the cell.
|
| -@property(nonatomic) MDCCollectionViewCellAccessoryType accessoryType;
|
| -
|
| // The leading item string.
|
| @property(nonatomic, copy) NSString* item;
|
|
|
|
|