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

Unified Diff: components/autofill/core/browser/credit_card_field.h

Issue 2744933004: [Autofill] Rewrite Autofill unitttests to use INSTANTIATE_TEST_CASE_P (Closed)
Patch Set: remove commented test case. 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/autofill/core/browser/credit_card_field.h
diff --git a/components/autofill/core/browser/credit_card_field.h b/components/autofill/core/browser/credit_card_field.h
index a737add04406599eb030bd7a4c4efb8d86b070a0..3d462507fb7724d3aa4e24434106fb53e72afd73 100644
--- a/components/autofill/core/browser/credit_card_field.h
+++ b/components/autofill/core/browser/credit_card_field.h
@@ -27,7 +27,7 @@ class CreditCardField : public FormField {
void AddClassifications(FieldCandidatesMap* field_candidates) const override;
private:
- friend class CreditCardFieldTest;
+ friend class CreditCardFieldTestBase;
// Returns true if |scanner| points to a field that looks like a month
// <select>.

Powered by Google App Engine
This is Rietveld 408576698