Index: components/payments/currency_formatter.h |
diff --git a/components/payments/currency_formatter.h b/components/payments/currency_formatter.h |
index 2794b37dccec65344dd464477185ae63e976f669..1995476c2faf046305149b76071216db3ce91a1a 100644 |
--- a/components/payments/currency_formatter.h |
+++ b/components/payments/currency_formatter.h |
@@ -29,7 +29,7 @@ class CurrencyFormatter { |
// |currency_system| should have been validated (as part of |
// payment_details_validation.h) before this is created. |
CurrencyFormatter(const std::string& currency_code, |
- const base::Optional<std::string> currency_system, |
+ const std::string& currency_system, |
const std::string& locale_name); |
~CurrencyFormatter(); |