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

Unified Diff: components/payments/core/test_address_normalizer.cc

Issue 2860563002: [Payments] Make AutofillPaymentInstrumentTest use test objects (Closed)
Patch Set: Addressed comment Created 3 years, 8 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/core/test_address_normalizer.cc
diff --git a/components/payments/core/test_address_normalizer.cc b/components/payments/core/test_address_normalizer.cc
index acb290661a272dc5f38351c11a82e38e1dd45367..e0b9fc868e892885c8b3f55a90083c7abc579d4a 100644
--- a/components/payments/core/test_address_normalizer.cc
+++ b/components/payments/core/test_address_normalizer.cc
@@ -31,6 +31,7 @@ void TestAddressNormalizer::DelayNormalization() {
}
void TestAddressNormalizer::CompleteAddressNormalization() {
+ DCHECK(instantaneous_normalization_ == false);
requester_->OnAddressNormalized(profile_);
}

Powered by Google App Engine
This is Rietveld 408576698