Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3329)

Unified Diff: chrome/browser/autofill/autofill_merge_unittest.cc

Issue 6633001: Convert autofill messages to use the new IPC macros (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 9 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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);
« no previous file with comments | « chrome/browser/autofill/autofill_manager_unittest.cc ('k') | chrome/browser/autofill/autofill_metrics_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698