summaryrefslogtreecommitdiffstats
path: root/chrome/browser/autofill/form_structure.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/autofill/form_structure.h')
-rw-r--r--chrome/browser/autofill/form_structure.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/chrome/browser/autofill/form_structure.h b/chrome/browser/autofill/form_structure.h
index bb20885..4028117 100644
--- a/chrome/browser/autofill/form_structure.h
+++ b/chrome/browser/autofill/form_structure.h
@@ -20,7 +20,6 @@ namespace buzz {
namespace webkit_glue {
struct FormData;
-class FormFieldValues;
} // namespace webkit_glue
enum RequestMethod {
@@ -38,7 +37,7 @@ enum UploadRequired {
// in the fields along with additional information needed by AutoFill.
class FormStructure {
public:
- explicit FormStructure(const webkit_glue::FormFieldValues& values);
+ explicit FormStructure(const webkit_glue::FormData& form);
// Encodes the XML upload request from this FormStructure.
bool EncodeUploadRequest(bool auto_fill_used,