Chromium Code Reviews| Index: chrome/browser/autofill/form_structure.h |
| =================================================================== |
| --- chrome/browser/autofill/form_structure.h (revision 71100) |
| +++ 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, |
|
dhollowa
2011/01/11 23:29:29
We should use const std::string& for |present_data
GeorgeY
2011/01/13 23:22:28
See my comment above - does not matter much. AFAIK
|
| std::string* encoded_xml) const; |
| // Encodes the XML query request for the set of forms. |