From 7b37fbb72d90091c6d39be97037e9b089ca0f635 Mon Sep 17 00:00:00 2001 From: "tfarina@chromium.org" Date: Mon, 7 Mar 2011 16:16:03 +0000 Subject: autofill: Rename AutoFillType to AutofillType. BUG=72758 TEST=existing unit_tests Review URL: http://codereview.chromium.org/6626042 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@77140 0039d316-1c4b-4281-b951-d872f2087c98 --- chrome/browser/autofill/autofill_common_test.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'chrome/browser/autofill/autofill_common_test.cc') diff --git a/chrome/browser/autofill/autofill_common_test.cc b/chrome/browser/autofill/autofill_common_test.cc index 5dea527..bc0cac9 100644 --- a/chrome/browser/autofill/autofill_common_test.cc +++ b/chrome/browser/autofill/autofill_common_test.cc @@ -28,7 +28,7 @@ void CreateTestFormField(const char* label, inline void check_and_set( FormGroup* profile, AutofillFieldType type, const char* value) { if (value) - profile->SetInfo(AutoFillType(type), ASCIIToUTF16(value)); + profile->SetInfo(AutofillType(type), ASCIIToUTF16(value)); } void SetProfileInfo(AutoFillProfile* profile, -- cgit v1.1