Index: components/payments/currency_formatter_unittest.cc |
diff --git a/components/payments/currency_formatter_unittest.cc b/components/payments/currency_formatter_unittest.cc |
index ad679c6246006a1b6a7eebe5b065c9a7f73a4066..35788e77ae3fb77fe1a8bae6e909a4a4992f1a72 100644 |
--- a/components/payments/currency_formatter_unittest.cc |
+++ b/components/payments/currency_formatter_unittest.cc |
@@ -32,7 +32,7 @@ struct TestCase { |
const char* const locale_name; |
const std::string expected_amount; |
const char* const expected_currency_code; |
- const base::Optional<std::string> currency_system; |
+ const char* const currency_system; |
}; |
class PaymentsCurrencyFormatterTest : public testing::TestWithParam<TestCase> { |