Index: ios/chrome/browser/payments/payment_items_display_view_controller.h |
diff --git a/ios/chrome/browser/payments/payment_items_display_view_controller.h b/ios/chrome/browser/payments/payment_items_display_view_controller.h |
index 8938731bd3eb866b58d784b5e453e50b0b387d28..e6e233627db9fe5ca89d661ccdd0403e9a537549 100644 |
--- a/ios/chrome/browser/payments/payment_items_display_view_controller.h |
+++ b/ios/chrome/browser/payments/payment_items_display_view_controller.h |
@@ -11,6 +11,9 @@ |
#import "ios/chrome/browser/ui/collection_view/collection_view_controller.h" |
#include "ios/web/public/payments/payment_request.h" |
+// The accessibility identifiers of the cells in the collection view. |
+extern NSString* const kPaymentItemsDisplayItemId; |
+ |
@class PaymentItemsDisplayViewController; |
// Protocol for communicating with the delegate supplied to |