| Index: chrome/browser/ui/app_list/app_list_service.cc
|
| diff --git a/chrome/browser/ui/app_list/app_list_service.cc b/chrome/browser/ui/app_list/app_list_service.cc
|
| index f02da1ee214cb4acb1c61c7b93d2ffd8f1310b7e..a0bf01072e3a3986ff7611fc2e1677e5582ccc29 100644
|
| --- a/chrome/browser/ui/app_list/app_list_service.cc
|
| +++ b/chrome/browser/ui/app_list/app_list_service.cc
|
| @@ -66,7 +66,7 @@ void AppListService::RegisterPrefs(PrefRegistrySimple* registry) {
|
| registry->RegisterIntegerPref(prefs::kAppListLaunchCount, 0);
|
| registry->RegisterInt64Pref(prefs::kLastAppListAppLaunchPing, 0);
|
| registry->RegisterIntegerPref(prefs::kAppListAppLaunchCount, 0);
|
| - registry->RegisterStringPref(prefs::kAppListProfile, "");
|
| + registry->RegisterStringPref(prefs::kAppListProfile, std::string());
|
| #if defined(OS_WIN)
|
| registry->RegisterBooleanPref(prefs::kRestartWithAppList, false);
|
| #endif
|
|
|