Index: ios/chrome/browser/payments/cells/page_info_item.h |
diff --git a/ios/chrome/browser/payments/cells/page_info_item.h b/ios/chrome/browser/payments/cells/page_info_item.h |
index 3fd72aee441841b6165c303857fd99e9af42466c..39f9373627d500c18cdec64ea6605eaba51112ff 100644 |
--- a/ios/chrome/browser/payments/cells/page_info_item.h |
+++ b/ios/chrome/browser/payments/cells/page_info_item.h |
@@ -10,6 +10,9 @@ |
#import "ios/chrome/browser/ui/collection_view/cells/collection_view_item.h" |
#import "ios/third_party/material_components_ios/src/components/CollectionCells/src/MaterialCollectionCells.h" |
+// The accessibility identifier for the favicon image view. |
+extern NSString* const kPageInfoFaviconImageViewId; |
+ |
// PageInfoItem is the model class corresponding to PageInfoCell. |
@interface PageInfoItem : CollectionViewItem |