| Index: chrome/browser/autofill/autofill_merge_unittest.cc
|
| diff --git a/chrome/browser/autofill/autofill_merge_unittest.cc b/chrome/browser/autofill/autofill_merge_unittest.cc
|
| index a89be10bcf485b36b370d01f3dd546dd0a90ad34..8c0677fc92346bc6a26985ee5d1f6cdf95dbd4b3 100644
|
| --- a/chrome/browser/autofill/autofill_merge_unittest.cc
|
| +++ b/chrome/browser/autofill/autofill_merge_unittest.cc
|
| @@ -53,7 +53,7 @@ std::string SerializeProfiles(const std::vector<AutofillProfile*>& profiles) {
|
| AutofillFieldType type = kProfileFieldTypes[j];
|
| result += AutofillType::FieldTypeToString(type);
|
| result += kFieldSeparator;
|
| - result += UTF16ToUTF8(profiles[i]->GetFieldText(AutofillType(type)));
|
| + result += UTF16ToUTF8(profiles[i]->GetFieldText(type));
|
| result += "\n";
|
| }
|
| }
|
|
|