| 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 3ed976e2c30f0c9b0fe7a0c95b15e73968743156..b7a7c60baacd2de957ada8b90cb20c4b356695a1 100644
|
| --- a/chrome/browser/ui/app_list/app_list_service_impl.cc
|
| +++ b/chrome/browser/ui/app_list/app_list_service_impl.cc
|
| @@ -100,7 +100,7 @@ class ProfileStoreImpl : public ProfileStore {
|
| callback),
|
| base::string16(),
|
| base::string16(),
|
| - std::string());
|
| + user_manager::UserID(std::string(), std::string()));
|
| }
|
|
|
| void OnProfileCreated(base::Callback<void(Profile*)> callback,
|
|
|