diff options
Diffstat (limited to 'chrome/browser/policy/schema_registry_service_factory.cc')
-rw-r--r-- | chrome/browser/policy/schema_registry_service_factory.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/policy/schema_registry_service_factory.cc b/chrome/browser/policy/schema_registry_service_factory.cc index 5893022..01b3b4a 100644 --- a/chrome/browser/policy/schema_registry_service_factory.cc +++ b/chrome/browser/policy/schema_registry_service_factory.cc @@ -58,7 +58,7 @@ DeviceLocalAccountPolicyBroker* GetBroker(content::BrowserContext* context) { // static SchemaRegistryServiceFactory* SchemaRegistryServiceFactory::GetInstance() { - return Singleton<SchemaRegistryServiceFactory>::get(); + return base::Singleton<SchemaRegistryServiceFactory>::get(); } // static |