| Index: chrome/browser/signin/account_reconcilor_factory.h | 
| diff --git a/chrome/browser/signin/account_reconcilor_factory.h b/chrome/browser/signin/account_reconcilor_factory.h | 
| index 72d579e2bb9672124c86e8079510fcaff50033d5..4a5139ecc4e7b9543ff6a1143b323ec3313280e4 100644 | 
| --- a/chrome/browser/signin/account_reconcilor_factory.h | 
| +++ b/chrome/browser/signin/account_reconcilor_factory.h | 
| @@ -24,7 +24,7 @@ class AccountReconcilorFactory : public BrowserContextKeyedServiceFactory { | 
| static AccountReconcilorFactory* GetInstance(); | 
|  | 
| private: | 
| -  friend struct DefaultSingletonTraits<AccountReconcilorFactory>; | 
| +  friend struct base::DefaultSingletonTraits<AccountReconcilorFactory>; | 
|  | 
| AccountReconcilorFactory(); | 
| ~AccountReconcilorFactory() override; | 
|  |