| Index: chrome/browser/autofill/autofill_merge_unittest.cc
|
| ===================================================================
|
| --- chrome/browser/autofill/autofill_merge_unittest.cc (revision 77285)
|
| +++ chrome/browser/autofill/autofill_merge_unittest.cc (working copy)
|
| @@ -198,7 +198,7 @@
|
| AutofillField* field =
|
| const_cast<AutofillField*>(form_structure.field(i));
|
| AutofillFieldType type =
|
| - AutofillType::StringToFieldType(UTF16ToUTF8(field->name()));
|
| + AutofillType::StringToFieldType(UTF16ToUTF8(field->name));
|
| field->set_heuristic_type(type);
|
| }
|
| std::vector<const FormStructure*> form_structures(1, &form_structure);
|
|
|