| Index: chrome/browser/ui/app_list/app_list_service_impl.h
|
| diff --git a/chrome/browser/ui/app_list/app_list_service_impl.h b/chrome/browser/ui/app_list/app_list_service_impl.h
|
| index 29e719e999e0c5e6b57da21d1ab20c7b2ab488b5..5e77f065b546a71435c03116bf9baaf8df1abe76 100644
|
| --- a/chrome/browser/ui/app_list/app_list_service_impl.h
|
| +++ b/chrome/browser/ui/app_list/app_list_service_impl.h
|
| @@ -13,7 +13,7 @@
|
| #include "base/memory/scoped_ptr.h"
|
| #include "base/memory/weak_ptr.h"
|
| #include "chrome/browser/profiles/profile.h"
|
| -#include "chrome/browser/profiles/profile_info_cache_observer.h"
|
| +#include "chrome/browser/profiles/profile_attributes_storage.h"
|
| #include "chrome/browser/ui/app_list/app_list_service.h"
|
| #include "chrome/browser/ui/app_list/profile_loader.h"
|
|
|
| @@ -30,7 +30,7 @@ class AppListServiceImplTestApi;
|
|
|
| // Parts of the AppListService implementation shared between platforms.
|
| class AppListServiceImpl : public AppListService,
|
| - public ProfileInfoCacheObserver {
|
| + public ProfileAttributesStorage::Observer {
|
| public:
|
| ~AppListServiceImpl() override;
|
|
|
|
|