| 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 4102ee3edf2fcaae8c34e1b855c30a5d7b6c9e37..f0f3c2eec3e69dd6e8d27b75c091915f5cd48e31 100644
|
| --- a/chrome/browser/ui/app_list/app_list_service_impl.h
|
| +++ b/chrome/browser/ui/app_list/app_list_service_impl.h
|
| @@ -23,6 +23,10 @@ namespace base {
|
| class FilePath;
|
| }
|
|
|
| +namespace test {
|
| +class AppListServiceImplTestApi;
|
| +}
|
| +
|
| // Parts of the AppListService implementation shared between platforms.
|
| class AppListServiceImpl : public AppListService,
|
| public ProfileInfoCacheObserver {
|
| @@ -67,6 +71,7 @@ class AppListServiceImpl : public AppListService,
|
| void PerformStartupChecks(Profile* initial_profile);
|
|
|
| private:
|
| + friend class test::AppListServiceImplTestApi;
|
| static void SendAppListStats();
|
|
|
| // Loads a profile asynchronously and calls OnProfileLoaded() when done.
|
|
|