| Index: chrome/browser/ui/app_list/app_list_service_impl.cc
|
| diff --git a/chrome/browser/ui/app_list/app_list_service_impl.cc b/chrome/browser/ui/app_list/app_list_service_impl.cc
|
| index 33f2799eb063a493f6e03bbcf062a14f56fec980..548db52fd88332d1819603d0236ef5ceec28264c 100644
|
| --- a/chrome/browser/ui/app_list/app_list_service_impl.cc
|
| +++ b/chrome/browser/ui/app_list/app_list_service_impl.cc
|
| @@ -280,9 +280,10 @@ AppListServiceImpl::AppListServiceImpl()
|
| profile_store_->AddProfileObserver(this);
|
| }
|
|
|
| -AppListServiceImpl::AppListServiceImpl(const base::CommandLine& command_line,
|
| - PrefService* local_state,
|
| - scoped_ptr<ProfileStore> profile_store)
|
| +AppListServiceImpl::AppListServiceImpl(
|
| + const base::CommandLine& command_line,
|
| + PrefService* local_state,
|
| + std::unique_ptr<ProfileStore> profile_store)
|
| : profile_store_(std::move(profile_store)),
|
| command_line_(command_line),
|
| local_state_(local_state),
|
|
|