Index: chrome/browser/autofill/autofill_field.h |
diff --git a/chrome/browser/autofill/autofill_field.h b/chrome/browser/autofill/autofill_field.h |
index 6542ebbd0b53303855577a0a0471e3d4c3936d31..9eb77c84783ba7fb812da1ec061f001ee941720d 100644 |
--- a/chrome/browser/autofill/autofill_field.h |
+++ b/chrome/browser/autofill/autofill_field.h |
@@ -26,8 +26,8 @@ class AutofillField : public webkit_glue::FormField { |
const FieldTypeSet& possible_types() const { return possible_types_; } |
// Sets the heuristic type of this field, validating the input. |
- void set_heuristic_type(const AutofillFieldType& type); |
- void set_server_type(const AutofillFieldType& type) { server_type_ = type; } |
+ void set_heuristic_type(AutofillFieldType type); |
+ void set_server_type(AutofillFieldType type) { server_type_ = type; } |
void set_possible_types(const FieldTypeSet& possible_types) { |
possible_types_ = possible_types; |
} |