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

Unified Diff: components/autofill/core/browser/phone_field_unittest.cc

Issue 22009003: [Autofill] Distinguish between native field types and potentially HTML field types. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase Created 7 years, 4 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 | « components/autofill/core/browser/phone_field.cc ('k') | components/autofill/core/browser/phone_number.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/autofill/core/browser/phone_field_unittest.cc
diff --git a/components/autofill/core/browser/phone_field_unittest.cc b/components/autofill/core/browser/phone_field_unittest.cc
index 46a5e0dc758f366d24a4c4e80e1fc7628d234191..44c3df66b8c3d6fee1ea6be5773e7da855cd722a 100644
--- a/components/autofill/core/browser/phone_field_unittest.cc
+++ b/components/autofill/core/browser/phone_field_unittest.cc
@@ -20,7 +20,7 @@ class PhoneFieldTest : public testing::Test {
protected:
ScopedVector<const AutofillField> list_;
scoped_ptr<PhoneField> field_;
- FieldTypeMap field_type_map_;
+ ServerFieldTypeMap field_type_map_;
// Downcast for tests.
static PhoneField* Parse(AutofillScanner* scanner) {
« no previous file with comments | « components/autofill/core/browser/phone_field.cc ('k') | components/autofill/core/browser/phone_number.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698