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. |