diff options
Diffstat (limited to 'chrome/browser/apps/per_app_settings_service_factory.cc')
-rw-r--r-- | chrome/browser/apps/per_app_settings_service_factory.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/apps/per_app_settings_service_factory.cc b/chrome/browser/apps/per_app_settings_service_factory.cc index c7f008d..40704bd 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 |