Index: components/autofill/core/browser/phone_number.h |
diff --git a/components/autofill/core/browser/phone_number.h b/components/autofill/core/browser/phone_number.h |
index 19f9f091da4a07f1b70910fa87f549093e8177cf..17a0a248aa1430a6a08ececc1d8d2c3c51550a08 100644 |
--- a/components/autofill/core/browser/phone_number.h |
+++ b/components/autofill/core/browser/phone_number.h |
@@ -32,15 +32,15 @@ class PhoneNumber : public FormGroup { |
virtual void GetMatchingTypes( |
const base::string16& text, |
const std::string& app_locale, |
- ServerFieldTypeSet* matching_types) const OVERRIDE; |
- virtual base::string16 GetRawInfo(ServerFieldType type) const OVERRIDE; |
+ ServerFieldTypeSet* matching_types) const override; |
+ virtual base::string16 GetRawInfo(ServerFieldType type) const override; |
virtual void SetRawInfo(ServerFieldType type, |
- const base::string16& value) OVERRIDE; |
+ const base::string16& value) override; |
virtual base::string16 GetInfo(const AutofillType& type, |
- const std::string& app_locale) const OVERRIDE; |
+ const std::string& app_locale) const override; |
virtual bool SetInfo(const AutofillType& type, |
const base::string16& value, |
- const std::string& app_locale) OVERRIDE; |
+ const std::string& app_locale) override; |
// Size and offset of the prefix and suffix portions of phone numbers. |
static const size_t kPrefixOffset = 0; |
@@ -79,7 +79,7 @@ class PhoneNumber : public FormGroup { |
private: |
// FormGroup: |
virtual void GetSupportedTypes( |
- ServerFieldTypeSet* supported_types) const OVERRIDE; |
+ ServerFieldTypeSet* supported_types) const override; |
// Updates the cached parsed number if the profile's region has changed |
// since the last time the cache was updated. |