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.h13
1 files changed, 1 insertions, 12 deletions
diff --git a/chrome/browser/autofill/form_structure.h b/chrome/browser/autofill/form_structure.h
index d94be92..0d8ddd7 100644
--- a/chrome/browser/autofill/form_structure.h
+++ b/chrome/browser/autofill/form_structure.h
@@ -15,7 +15,7 @@
#include "chrome/browser/autofill/autofill_type.h"
#include "chrome/browser/autofill/field_types.h"
#include "googleurl/src/gurl.h"
-
+#include "webkit/glue/form_data.h"
enum RequestMethod {
GET,
@@ -34,11 +34,6 @@ namespace buzz {
class XmlElement;
}
-namespace webkit_glue {
-struct FormData;
-struct FormDataPredictions;
-}
-
// FormStructure stores a single HTML form together with the values entered
// in the fields along with additional information needed by Autofill.
class FormStructure {
@@ -70,12 +65,6 @@ class FormStructure {
const std::vector<FormStructure*>& forms,
const AutofillMetrics& metric_logger);
- // Fills |forms| with the details from the given |form_structures| and their
- // fields' predicted types.
- static void GetFieldTypePredictions(
- const std::vector<FormStructure*>& form_structures,
- std::vector<webkit_glue::FormDataPredictions>* forms);
-
// The unique signature for this form, composed of the target url domain,
// the form name, and the form field names in a 64-bit hash.
std::string FormSignature() const;