| Index: ios/chrome/browser/signin/account_consistency_service_factory.mm
|
| diff --git a/ios/chrome/browser/signin/account_consistency_service_factory.mm b/ios/chrome/browser/signin/account_consistency_service_factory.mm
|
| index 37f51bc2cdc4735e20d4958dfdf32169b338c031..dac790d53e62315deb07d1bce4c7b237f5530aa6 100644
|
| --- a/ios/chrome/browser/signin/account_consistency_service_factory.mm
|
| +++ b/ios/chrome/browser/signin/account_consistency_service_factory.mm
|
| @@ -39,7 +39,7 @@ AccountConsistencyService* AccountConsistencyServiceFactory::GetForBrowserState(
|
| // static
|
| AccountConsistencyServiceFactory*
|
| AccountConsistencyServiceFactory::GetInstance() {
|
| - return Singleton<AccountConsistencyServiceFactory>::get();
|
| + return base::Singleton<AccountConsistencyServiceFactory>::get();
|
| }
|
|
|
| scoped_ptr<KeyedService>
|
|
|