| Index: chrome/browser/autofill/form_structure.h
|
| ===================================================================
|
| --- chrome/browser/autofill/form_structure.h (revision 71419)
|
| +++ chrome/browser/autofill/form_structure.h (working copy)
|
| @@ -41,7 +41,7 @@
|
| virtual ~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.
|
|
|