| 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 f0f3c2eec3e69dd6e8d27b75c091915f5cd48e31..b319819c5891c1bfc52cd21247fe3ab74b9fdc55 100644
|
| --- a/chrome/browser/ui/app_list/app_list_service_impl.h
|
| +++ b/chrome/browser/ui/app_list/app_list_service_impl.h
|
| @@ -87,11 +87,12 @@ class AppListServiceImpl : public AppListService,
|
| const base::FilePath& profile_path) OVERRIDE;
|
|
|
| scoped_ptr<ProfileStore> profile_store_;
|
| - base::WeakPtrFactory<AppListServiceImpl> weak_factory_;
|
| base::CommandLine command_line_;
|
| PrefService* local_state_;
|
| scoped_ptr<ProfileLoader> profile_loader_;
|
|
|
| + base::WeakPtrFactory<AppListServiceImpl> weak_factory_;
|
| +
|
| DISALLOW_COPY_AND_ASSIGN(AppListServiceImpl);
|
| };
|
|
|
|
|