| Index: chrome/browser/autofill/autofill_field.cc
|
| diff --git a/chrome/browser/autofill/autofill_field.cc b/chrome/browser/autofill/autofill_field.cc
|
| index ce5fc83dabe9d2c6445dedefa50295df430d97d8..37fe6c6877bc577cac40b040a74b656033dff738 100644
|
| --- a/chrome/browser/autofill/autofill_field.cc
|
| +++ b/chrome/browser/autofill/autofill_field.cc
|
| @@ -40,7 +40,7 @@ AutofillField::AutofillField(const webkit_glue::FormField& field,
|
|
|
| AutofillField::~AutofillField() {}
|
|
|
| -void AutofillField::set_heuristic_type(const AutofillFieldType& type) {
|
| +void AutofillField::set_heuristic_type(AutofillFieldType type) {
|
| if (type >= 0 && type < MAX_VALID_FIELD_TYPE) {
|
| heuristic_type_ = type;
|
| } else {
|
|
|