Index: components/autofill/core/browser/autofill_type.h |
diff --git a/components/autofill/core/browser/autofill_type.h b/components/autofill/core/browser/autofill_type.h |
index 2502136f591c457cd59b59301b9860010a2a2345..70668ae3eb154dd323e9d966ee8c03976710d046 100644 |
--- a/components/autofill/core/browser/autofill_type.h |
+++ b/components/autofill/core/browser/autofill_type.h |
@@ -20,7 +20,6 @@ class AutofillType { |
AutofillType(const AutofillType& autofill_type); |
AutofillType& operator=(const AutofillType& autofill_type); |
- ServerFieldType server_type() const { return server_type_; } |
HtmlFieldType html_type() const { return html_type_; } |
FieldTypeGroup group() const; |