| 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 a8137c8098d717207ca3c225128981c4836234ad..7fffcf867cad715c7841f0f8bf07998e162463ca 100644
|
| --- a/chrome/browser/profiles/profile_info_cache.h
|
| +++ b/chrome/browser/profiles/profile_info_cache.h
|
| @@ -182,8 +182,8 @@ class ProfileInfoCache : public ProfileInfoInterface,
|
| const base::FilePath& image_path,
|
| const base::FilePath& profile_path);
|
|
|
| - void AddObserver(ProfileInfoCacheObserver* obs);
|
| - void RemoveObserver(ProfileInfoCacheObserver* obs);
|
| + void AddObserver(ProfileInfoCacheObserver* obs) override;
|
| + void RemoveObserver(ProfileInfoCacheObserver* obs) override;
|
|
|
| void set_disable_avatar_download_for_testing(
|
| bool disable_avatar_download_for_testing) {
|
|
|