| Index: chrome/browser/ui/app_list/app_list_prefs_factory.cc
|
| diff --git a/chrome/browser/ui/app_list/app_list_prefs_factory.cc b/chrome/browser/ui/app_list/app_list_prefs_factory.cc
|
| index fcca1f05fdca2df8f04632a4abd7d690534b04ff..ddb0f9a35d2570e1c23ad334cb89afbda1e1ed34 100644
|
| --- a/chrome/browser/ui/app_list/app_list_prefs_factory.cc
|
| +++ b/chrome/browser/ui/app_list/app_list_prefs_factory.cc
|
| @@ -22,7 +22,7 @@ AppListPrefs* AppListPrefsFactory::GetForBrowserContext(
|
|
|
| // static
|
| AppListPrefsFactory* AppListPrefsFactory::GetInstance() {
|
| - return Singleton<AppListPrefsFactory>::get();
|
| + return base::Singleton<AppListPrefsFactory>::get();
|
| }
|
|
|
| void AppListPrefsFactory::SetInstanceForTesting(
|
|
|