| 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 39f9373627d500c18cdec64ea6605eaba51112ff..7771ed4a766ee4218e3efa48dc1c98215171ac45 100644
|
| --- a/ios/chrome/browser/payments/cells/page_info_item.h
|
| +++ b/ios/chrome/browser/payments/cells/page_info_item.h
|
| @@ -11,7 +11,7 @@
|
| #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;
|
| +extern NSString* const kPageInfoFaviconImageViewID;
|
|
|
| // PageInfoItem is the model class corresponding to PageInfoCell.
|
| @interface PageInfoItem : CollectionViewItem
|
|
|