| Index: chrome/browser/profiles/profile_info_cache.h
|
| diff --git a/chrome/browser/profiles/profile_info_cache.h b/chrome/browser/profiles/profile_info_cache.h
|
| index 17c996f7bb8e53506a4a4f1cdd17e0cddf9c6ad1..c2e241c9ca386e622d3eb024884e80024c74e14c 100644
|
| --- a/chrome/browser/profiles/profile_info_cache.h
|
| +++ b/chrome/browser/profiles/profile_info_cache.h
|
| @@ -148,7 +148,7 @@ class ProfileInfoCache : public ProfileInfoInterface,
|
| void SetProfileIsAuthErrorAtIndex(size_t index, bool value);
|
|
|
| // Determines whether |name| is one of the default assigned names.
|
| - bool IsDefaultProfileName(const base::string16& name) const;
|
| + bool IsDefaultProfileName(const base::string16& name) const override;
|
|
|
| // Returns unique name that can be assigned to a newly created profile.
|
| base::string16 ChooseNameForNewProfile(size_t icon_index) const override;
|
|
|