Index: chrome/browser/autofill/autofill_field.h |
diff --git a/chrome/browser/autofill/autofill_field.h b/chrome/browser/autofill/autofill_field.h |
index 1d8bf4d5146d97a2546b827bf9d770ebba9533d1..92826f64f60022073c30773e4dcee5af38f1cd41 100644 |
--- a/chrome/browser/autofill/autofill_field.h |
+++ b/chrome/browser/autofill/autofill_field.h |
@@ -37,7 +37,7 @@ class AutofillField : public webkit_glue::FormField { |
// Sets the heuristic type of this field, validating the input. |
void set_section(const string16& section) { section_ = section; } |
void set_heuristic_type(AutofillFieldType type); |
- void set_server_type(AutofillFieldType type) { server_type_ = type; } |
+ void set_server_type(AutofillFieldType type); |
void set_possible_types(const FieldTypeSet& possible_types) { |
possible_types_ = possible_types; |
} |