| Index: components/autofill/core/browser/phone_field.h
 | 
| diff --git a/components/autofill/core/browser/phone_field.h b/components/autofill/core/browser/phone_field.h
 | 
| index f163b9c89ae8ea5ac0c9207a6fe8792f6bcd5f05..0bab18b986f1473f0d2289c993cd788ca21d5068 100644
 | 
| --- a/components/autofill/core/browser/phone_field.h
 | 
| +++ b/components/autofill/core/browser/phone_field.h
 | 
| @@ -83,7 +83,7 @@ class PhoneField : public FormField {
 | 
|  
 | 
|    // FIELD_PHONE is always present; holds suffix if prefix is present.
 | 
|    // The rest could be NULL.
 | 
| -  const AutofillField* parsed_phone_fields_[FIELD_MAX];
 | 
| +  AutofillField* parsed_phone_fields_[FIELD_MAX];
 | 
|  
 | 
|    DISALLOW_COPY_AND_ASSIGN(PhoneField);
 | 
|  };
 | 
| 
 |