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

Unified Diff: ios/chrome/browser/payments/test_payment_request.h

Issue 2958873002: [Payment Request] Unit tests for incomplete shipping/billing address selection (Closed)
Patch Set: Created 3 years, 6 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 | « no previous file | ios/chrome/browser/payments/test_payment_request.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/chrome/browser/payments/test_payment_request.h
diff --git a/ios/chrome/browser/payments/test_payment_request.h b/ios/chrome/browser/payments/test_payment_request.h
index abfbca5290c99cd7c58500982a41b502d45b30ce..1ced6fb80a1906a2dc250fdf286e3bdd4a99c56a 100644
--- a/ios/chrome/browser/payments/test_payment_request.h
+++ b/ios/chrome/browser/payments/test_payment_request.h
@@ -28,7 +28,9 @@ class TestPaymentRequest : public PaymentRequest {
// |personal_data_manager| should not be null and should outlive this object.
TestPaymentRequest(const web::PaymentRequest& web_payment_request,
autofill::PersonalDataManager* personal_data_manager)
- : PaymentRequest(web_payment_request, personal_data_manager) {}
+ : PaymentRequest(web_payment_request, personal_data_manager),
+ region_data_loader_(nullptr),
+ profile_comparator_(nullptr) {}
~TestPaymentRequest() override {}
« no previous file with comments | « no previous file | ios/chrome/browser/payments/test_payment_request.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698