| Index: chrome/browser/autofill/form_structure.h
|
| diff --git a/chrome/browser/autofill/form_structure.h b/chrome/browser/autofill/form_structure.h
|
| index 11c0b2cb5c3fc0d91d927605257b811006ac3f43..4f154d450332b72992c9ffc1212270a61dd3c93a 100644
|
| --- a/chrome/browser/autofill/form_structure.h
|
| +++ b/chrome/browser/autofill/form_structure.h
|
| @@ -109,10 +109,8 @@ class FormStructure {
|
| // set for each field.
|
| void LogQualityMetrics(const AutofillMetrics& metric_logger) const;
|
|
|
| - // Sets the possible types for the field at |index|.
|
| - void set_possible_types(size_t index, const FieldTypeSet& types);
|
| -
|
| const AutofillField* field(size_t index) const;
|
| + AutofillField* field(size_t index);
|
| size_t field_count() const;
|
|
|
| // Returns the number of fields that are able to be autofilled.
|
|
|