| Index: chrome/browser/autofill/phone_number.h
|
| diff --git a/chrome/browser/autofill/phone_number.h b/chrome/browser/autofill/phone_number.h
|
| index a4ce5c6470c7bd569bde501d84a55023425f4c47..e2f203b246c423c610bd903c81172bbcd9b3beb0 100644
|
| --- a/chrome/browser/autofill/phone_number.h
|
| +++ b/chrome/browser/autofill/phone_number.h
|
| @@ -87,7 +87,7 @@ class PhoneNumber : public FormGroup {
|
| // The phone number.
|
| string16 number_;
|
| // Profile which stores the region used as hint when normalizing the number.
|
| - AutofillProfile* profile_; // WEAK
|
| + const AutofillProfile* profile_; // WEAK
|
|
|
| // Cached number.
|
| mutable autofill_i18n::PhoneObject cached_parsed_phone_;
|
|
|