| Index: chrome/browser/autofill/phone_number.h
|
| diff --git a/chrome/browser/autofill/phone_number.h b/chrome/browser/autofill/phone_number.h
|
| index 7b6f876fef25d1c6a26b587aae08c464bf9d777c..c9afd3aac68384ae9e4b9fae5a776b77d9f533d9 100644
|
| --- a/chrome/browser/autofill/phone_number.h
|
| +++ b/chrome/browser/autofill/phone_number.h
|
| @@ -67,8 +67,6 @@ class PhoneNumber : public FormGroup {
|
| };
|
|
|
| private:
|
| - FRIEND_TEST_ALL_PREFIXES(PhoneNumberTest, Matcher);
|
| -
|
| // FormGroup:
|
| virtual void GetSupportedTypes(FieldTypeSet* supported_types) const OVERRIDE;
|
|
|
| @@ -76,7 +74,7 @@ class PhoneNumber : public FormGroup {
|
| bool NormalizePhone();
|
|
|
| // Returns the locale for this phone number, based on the |profile_|.
|
| - std::string locale() const;
|
| + std::string GetLocale() const;
|
|
|
| // Updates the cached parsed number if the profile's locale has changed
|
| // since the last time the cache was updated.
|
|
|