diff options
Diffstat (limited to 'chrome/browser/extensions/extension_system_factory.cc')
-rw-r--r-- | chrome/browser/extensions/extension_system_factory.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/browser/extensions/extension_system_factory.cc b/chrome/browser/extensions/extension_system_factory.cc index bea8cfb..18266ff 100644 --- a/chrome/browser/extensions/extension_system_factory.cc +++ b/chrome/browser/extensions/extension_system_factory.cc @@ -35,7 +35,7 @@ ExtensionSystemSharedFactory::GetForBrowserContext( // static ExtensionSystemSharedFactory* ExtensionSystemSharedFactory::GetInstance() { - return Singleton<ExtensionSystemSharedFactory>::get(); + return base::Singleton<ExtensionSystemSharedFactory>::get(); } ExtensionSystemSharedFactory::ExtensionSystemSharedFactory() @@ -84,7 +84,7 @@ ExtensionSystem* ExtensionSystemFactory::GetForBrowserContext( // static ExtensionSystemFactory* ExtensionSystemFactory::GetInstance() { - return Singleton<ExtensionSystemFactory>::get(); + return base::Singleton<ExtensionSystemFactory>::get(); } ExtensionSystemFactory::ExtensionSystemFactory() |