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

Unified Diff: ios/chrome/browser/ui/payments/billing_address_selection_coordinator_unittest.mm

Issue 2965073002: [Payment Request] Moves PaymentRequest into the payments namespace (Closed)
Patch Set: rebase Created 3 years, 5 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: ios/chrome/browser/ui/payments/billing_address_selection_coordinator_unittest.mm
diff --git a/ios/chrome/browser/ui/payments/billing_address_selection_coordinator_unittest.mm b/ios/chrome/browser/ui/payments/billing_address_selection_coordinator_unittest.mm
index 1daeba1911e23e312c68bd4fea1aa74b7b2498d8..d7fb8e700e5798679b29cabf04cb730cebb69f42 100644
--- a/ios/chrome/browser/ui/payments/billing_address_selection_coordinator_unittest.mm
+++ b/ios/chrome/browser/ui/payments/billing_address_selection_coordinator_unittest.mm
@@ -44,7 +44,7 @@ class PaymentRequestBillingAddressSelectionCoordinatorTest
autofill::AutofillType(autofill::PHONE_HOME_WHOLE_NUMBER),
base::string16(), "en-US");
personal_data_manager_.AddTestingProfile(&autofill_profile2_);
- payment_request_ = base::MakeUnique<TestPaymentRequest>(
+ payment_request_ = base::MakeUnique<payments::TestPaymentRequest>(
payment_request_test_util::CreateTestWebPaymentRequest(),
&personal_data_manager_);
@@ -82,7 +82,7 @@ class PaymentRequestBillingAddressSelectionCoordinatorTest
std::unique_ptr<PrefService> pref_service_;
autofill::TestPersonalDataManager personal_data_manager_;
autofill::TestRegionDataLoader test_region_data_loader_;
- std::unique_ptr<TestPaymentRequest> payment_request_;
+ std::unique_ptr<payments::TestPaymentRequest> payment_request_;
};
// Tests that invoking start and stop on the coordinator presents and dismisses

Powered by Google App Engine
This is Rietveld 408576698