| Index: ios/public/test/test_keyed_service_provider.cc
|
| diff --git a/ios/public/test/test_keyed_service_provider.cc b/ios/public/test/test_keyed_service_provider.cc
|
| index 5566fa33ae8d273f3a6a0cf8a90cbcbbc3dfe925..4702ac47f9a7b977ff89101111bcc047656c4053 100644
|
| --- a/ios/public/test/test_keyed_service_provider.cc
|
| +++ b/ios/public/test/test_keyed_service_provider.cc
|
| @@ -25,7 +25,7 @@ class MissingServiceKeyedServiceFactory
|
| static MissingServiceKeyedServiceFactory* GetInstance();
|
|
|
| private:
|
| - friend struct DefaultSingletonTraits<MissingServiceKeyedServiceFactory>;
|
| + friend struct base::DefaultSingletonTraits<MissingServiceKeyedServiceFactory>;
|
|
|
| MissingServiceKeyedServiceFactory();
|
| ~MissingServiceKeyedServiceFactory() override;
|
| @@ -40,7 +40,7 @@ class MissingServiceKeyedServiceFactory
|
| // static
|
| MissingServiceKeyedServiceFactory*
|
| MissingServiceKeyedServiceFactory::GetInstance() {
|
| - return Singleton<MissingServiceKeyedServiceFactory>::get();
|
| + return base::Singleton<MissingServiceKeyedServiceFactory>::get();
|
| }
|
|
|
| MissingServiceKeyedServiceFactory::MissingServiceKeyedServiceFactory()
|
|
|