Index: chrome/browser/autofill/form_structure.h |
=================================================================== |
--- chrome/browser/autofill/form_structure.h (revision 70750) |
+++ chrome/browser/autofill/form_structure.h (working copy) |
@@ -41,7 +41,7 @@ |
~FormStructure(); |
// Encodes the XML upload request from this FormStructure. |
- bool EncodeUploadRequest(bool auto_fill_used, |
+ bool EncodeUploadRequest(bool auto_fill_used, char const* present_data, |
std::string* encoded_xml) const; |
// Encodes the XML query request for the set of forms. |