summaryrefslogtreecommitdiffstats
path: root/chrome/browser/autofill/autofill_common_test.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/autofill/autofill_common_test.cc')
-rw-r--r--chrome/browser/autofill/autofill_common_test.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/autofill/autofill_common_test.cc b/chrome/browser/autofill/autofill_common_test.cc
index 2e3af51..5dea527 100644
--- a/chrome/browser/autofill/autofill_common_test.cc
+++ b/chrome/browser/autofill/autofill_common_test.cc
@@ -26,7 +26,7 @@ void CreateTestFormField(const char* label,
}
inline void check_and_set(
- FormGroup* profile, AutoFillFieldType type, const char* value) {
+ FormGroup* profile, AutofillFieldType type, const char* value) {
if (value)
profile->SetInfo(AutoFillType(type), ASCIIToUTF16(value));
}