| Index: ios/chrome/browser/payments/payment_request_utils.h
|
| diff --git a/ios/chrome/browser/payments/payment_request_utils.h b/ios/chrome/browser/payments/payment_request_utils.h
|
| index f47e1c6a3aaf684449ef600a1a6805d6503a3aba..c158515b2ee73820673eee617f4185b15e9f552d 100644
|
| --- a/ios/chrome/browser/payments/payment_request_utils.h
|
| +++ b/ios/chrome/browser/payments/payment_request_utils.h
|
| @@ -16,6 +16,11 @@ namespace payment_request_utils {
|
| // Helper function to get the shipping address label from an autofill profile.
|
| NSString* AddressLabelFromAutofillProfile(autofill::AutofillProfile* profile);
|
|
|
| +// Helper function that returns a formatted currency string given the value and
|
| +// the currency code.
|
| +NSString* FormattedCurrencyString(NSDecimalNumber* value,
|
| + NSString* currencyCode);
|
| +
|
| } // namespace payment_request_utils
|
|
|
| #endif // IOS_CHROME_BROWSER_PAYMENTS_PAYMENT_REQUEST_UTILS_H_
|
|
|