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 6fa16c2292c99992ffcf99d8842f4d39cc2903b9..f80c64b80cb18238319647a4288271c8658a4fdb 100644 |
--- a/chrome/browser/autofill/autofill_common_test.cc |
+++ b/chrome/browser/autofill/autofill_common_test.cc |
@@ -29,7 +29,7 @@ void CreateTestFormField(const char* label, |
inline void check_and_set( |
FormGroup* profile, AutofillFieldType type, const char* value) { |
if (value) |
- profile->SetInfo(type, UTF8ToUTF16(value)); |
+ profile->SetRawInfo(type, UTF8ToUTF16(value)); |
} |
void SetProfileInfo(AutofillProfile* profile, |