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

Unified Diff: chrome/browser/ui/app_list/profile_store.h

Issue 1631373003: Refactor ProfileInfoCache in c/b/ui/app_list (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase, 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/ui/app_list/profile_store.h
diff --git a/chrome/browser/ui/app_list/profile_store.h b/chrome/browser/ui/app_list/profile_store.h
index 90bd740fe517c12ea686188b065f0025196cfe79..ca943f5870db97b376a9b88cf31dc9ec5978633b 100644
--- a/chrome/browser/ui/app_list/profile_store.h
+++ b/chrome/browser/ui/app_list/profile_store.h
@@ -7,7 +7,7 @@
#include "base/callback_forward.h"
#include "base/files/file_path.h"
-#include "chrome/browser/profiles/profile_info_cache_observer.h"
+#include "chrome/browser/profiles/profile_attributes_storage.h"
class Profile;
@@ -15,7 +15,8 @@ class Profile;
class ProfileStore {
public:
virtual ~ProfileStore() {}
- virtual void AddProfileObserver(ProfileInfoCacheObserver* observer) = 0;
+ virtual void AddProfileObserver(
+ ProfileAttributesStorage::Observer* observer) = 0;
// Loads the profile at |path| and calls |callback| when its done. A NULL
// Profile* represents an error.
« no previous file with comments | « chrome/browser/ui/app_list/app_list_view_delegate.cc ('k') | chrome/browser/ui/app_list/test/fake_profile_store.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698