Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(512)

Unified Diff: components/payments/currency_formatter_unittest.cc

Issue 2649143003: PaymentRequest: The currencySystem should be non-nullable. (Closed)
Patch Set: PaymentRequest: The currencySystem should be non-nullable. Created 3 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « components/payments/currency_formatter.cc ('k') | components/payments/payment_details_validation.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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> {
« no previous file with comments | « components/payments/currency_formatter.cc ('k') | components/payments/payment_details_validation.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698