| Index: 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 1a67781b5ca1a82fcddd35d6b5afb5d64571f937..bb1f535b6586cfcdaf7aa8dc7c115c558e7b70c5 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(type, ASCIIToUTF16(value));
|
| }
|
|
|
| void SetProfileInfo(AutofillProfile* profile,
|
|
|