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

Unified Diff: components/payments/content/payment_request_spec_unittest.cc

Issue 2741343011: [Payments] Move PersonalDataManager and locale to PaymentRequestState (Closed)
Patch Set: Initial Created 3 years, 9 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
Index: components/payments/content/payment_request_spec_unittest.cc
diff --git a/components/payments/content/payment_request_spec_unittest.cc b/components/payments/content/payment_request_spec_unittest.cc
index b1230e9ead5f21b198e8bcfc4734f34630f36e93..0c4de2bcc727dfe896fba692419c8aeaaf3b8088 100644
--- a/components/payments/content/payment_request_spec_unittest.cc
+++ b/components/payments/content/payment_request_spec_unittest.cc
@@ -23,8 +23,8 @@ class PaymentRequestSpecTest : public testing::Test,
void RecreateSpecWithMethodData(
std::vector<payments::mojom::PaymentMethodDataPtr> method_data) {
- spec_ = base::MakeUnique<PaymentRequestSpec>(nullptr, nullptr,
- std::move(method_data), this);
+ spec_ = base::MakeUnique<PaymentRequestSpec>(
+ nullptr, nullptr, std::move(method_data), this, "en-US");
}
PaymentRequestSpec* spec() { return spec_.get(); }
« no previous file with comments | « components/payments/content/payment_request_spec.cc ('k') | components/payments/content/payment_request_state.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698