| Index: extensions/shell/browser/shell_extension_system_factory.cc
|
| diff --git a/extensions/shell/browser/shell_extension_system_factory.cc b/extensions/shell/browser/shell_extension_system_factory.cc
|
| index 73ad7d018228ac7bb37272b4dc5e679f4d58e363..2093c5f7c732eba14a6812c033ab939963f96dab 100644
|
| --- a/extensions/shell/browser/shell_extension_system_factory.cc
|
| +++ b/extensions/shell/browser/shell_extension_system_factory.cc
|
| @@ -21,7 +21,7 @@ ExtensionSystem* ShellExtensionSystemFactory::GetForBrowserContext(
|
|
|
| // static
|
| ShellExtensionSystemFactory* ShellExtensionSystemFactory::GetInstance() {
|
| - return Singleton<ShellExtensionSystemFactory>::get();
|
| + return base::Singleton<ShellExtensionSystemFactory>::get();
|
| }
|
|
|
| ShellExtensionSystemFactory::ShellExtensionSystemFactory()
|
|
|