| 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..6a69d75e29a01d6d4037264aec369c5e1153dbac 100644
|
| --- a/ios/chrome/browser/signin/account_reconcilor_factory.h
|
| +++ b/ios/chrome/browser/signin/account_reconcilor_factory.h
|
| @@ -9,8 +9,11 @@
|
| #include "base/memory/scoped_ptr.h"
|
| #include "components/keyed_service/ios/browser_state_keyed_service_factory.h"
|
|
|
| +namespace base {
|
| template <typename T>
|
| struct DefaultSingletonTraits;
|
| +} // namespace base
|
| +
|
| class AccountReconcilor;
|
|
|
| namespace ios {
|
| @@ -31,7 +34,7 @@ class AccountReconcilorFactory : public BrowserStateKeyedServiceFactory {
|
| static AccountReconcilorFactory* GetInstance();
|
|
|
| private:
|
| - friend struct DefaultSingletonTraits<AccountReconcilorFactory>;
|
| + friend struct base::DefaultSingletonTraits<AccountReconcilorFactory>;
|
|
|
| AccountReconcilorFactory();
|
| ~AccountReconcilorFactory() override;
|
|
|