| Index: ios/chrome/browser/signin/account_reconcilor_factory.h
|
| diff --git a/ios/chrome/browser/signin/account_reconcilor_factory.h b/ios/chrome/browser/signin/account_reconcilor_factory.h
|
| index ec505729ee3b903db4c166f353f843b2a7985f98..15d8c963c12d9100536d351d0c8d58e0a836409f 100644
|
| --- a/ios/chrome/browser/signin/account_reconcilor_factory.h
|
| +++ b/ios/chrome/browser/signin/account_reconcilor_factory.h
|
| @@ -10,7 +10,7 @@
|
| #include "components/keyed_service/ios/browser_state_keyed_service_factory.h"
|
|
|
| template <typename T>
|
| -struct DefaultSingletonTraits;
|
| +struct base::DefaultSingletonTraits;
|
| class AccountReconcilor;
|
|
|
| namespace ios {
|
| @@ -31,7 +31,7 @@ class AccountReconcilorFactory : public BrowserStateKeyedServiceFactory {
|
| static AccountReconcilorFactory* GetInstance();
|
|
|
| private:
|
| - friend struct DefaultSingletonTraits<AccountReconcilorFactory>;
|
| + friend struct base::DefaultSingletonTraits<AccountReconcilorFactory>;
|
|
|
| AccountReconcilorFactory();
|
| ~AccountReconcilorFactory() override;
|
|
|