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

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

Issue 1701563002: Refactor ProfileInfoCache in c/b/ui/views (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Respond to comments 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/avatar_menu.h
diff --git a/chrome/browser/profiles/avatar_menu.h b/chrome/browser/profiles/avatar_menu.h
index 6b420a020fd21c25873620687ee8b0b715500105..f4d3bc3b480fc12ffe7a80226e744bacc442a971 100644
--- a/chrome/browser/profiles/avatar_menu.h
+++ b/chrome/browser/profiles/avatar_menu.h
@@ -29,6 +29,7 @@ class AvatarMenuActions;
class AvatarMenuObserver;
class Browser;
class Profile;
+class ProfileAttributesStorage;
class ProfileInfoInterface;
class ProfileList;
class SupervisedUserService;
@@ -90,7 +91,7 @@ class AvatarMenu :
// Constructor. |observer| can be NULL. |browser| can be NULL and a new one
// will be created if an action requires it.
- AvatarMenu(ProfileInfoInterface* profile_cache,
+ AvatarMenu(ProfileAttributesStorage* profile_storage,
AvatarMenuObserver* observer,
Browser* browser);
~AvatarMenu() override;
« no previous file with comments | « chrome/browser/chromeos/profiles/profile_list_chromeos_unittest.cc ('k') | chrome/browser/profiles/avatar_menu.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698