Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(6862)

Unified Diff: chrome/browser/profiles/profile_info_cache.h

Issue 1631373003: Refactor ProfileInfoCache in c/b/ui/app_list (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix errors Created 4 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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) {

Powered by Google App Engine
This is Rietveld 408576698