| 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 a6080aee5f77d0ea039b9a812e452cc3f22dc2e9..be92b7023f0c32e3507ecccf05548bc790548e69 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>
|
|
|