Index: chrome/browser/autofill/form_structure.h |
diff --git a/chrome/browser/autofill/form_structure.h b/chrome/browser/autofill/form_structure.h |
index 5f96e6c6d6240595955aa385459ecf05273f15e5..2a0cc9487e7a2fc9a5d9dbab8bf94e6a89e737c3 100644 |
--- a/chrome/browser/autofill/form_structure.h |
+++ b/chrome/browser/autofill/form_structure.h |
@@ -145,6 +145,8 @@ class FormStructure { |
virtual std::string server_experiment_id() const; |
+ FormData* ToFormData() const; |
Ilya Sherman
2012/11/28 06:16:39
nit: Please change this signature to: "void ToForm
Dan Beam
2012/11/28 19:59:10
Done.
|
+ |
bool operator==(const FormData& form) const; |
bool operator!=(const FormData& form) const; |