Index: components/payments/payment_request.h |
diff --git a/components/payments/payment_request.h b/components/payments/payment_request.h |
index 6c55cca9ae4910cb4377dfa08fdf5251239c8fc6..a8e38e8f2d74a80d9513c349641a2f0dbc44adc0 100644 |
--- a/components/payments/payment_request.h |
+++ b/components/payments/payment_request.h |
@@ -56,7 +56,7 @@ class PaymentRequest : payments::mojom::PaymentRequest { |
// the CurrencyFormatter is cached here. |
CurrencyFormatter* GetOrCreateCurrencyFormatter( |
const std::string& currency_code, |
- const base::Optional<std::string> currency_system, |
+ const std::string& currency_system, |
const std::string& locale_name); |
// Returns the Autofill Profile, representing the shipping address and contact |