| Index: chrome/browser/apps/per_app_settings_service_factory.cc
|
| diff --git a/chrome/browser/apps/per_app_settings_service_factory.cc b/chrome/browser/apps/per_app_settings_service_factory.cc
|
| index c7f008d01191190ff82d8137d42db43b0f4abbcb..40704bdee6b8847462e9a89d8b649fdbd8832dd2 100644
|
| --- a/chrome/browser/apps/per_app_settings_service_factory.cc
|
| +++ b/chrome/browser/apps/per_app_settings_service_factory.cc
|
| @@ -11,7 +11,7 @@
|
|
|
| // static
|
| PerAppSettingsServiceFactory* PerAppSettingsServiceFactory::GetInstance() {
|
| - return Singleton<PerAppSettingsServiceFactory>::get();
|
| + return base::Singleton<PerAppSettingsServiceFactory>::get();
|
| }
|
|
|
| // static
|
|
|