| Index: ios/chrome/browser/signin/account_tracker_service_factory.h
|
| diff --git a/ios/chrome/browser/signin/account_tracker_service_factory.h b/ios/chrome/browser/signin/account_tracker_service_factory.h
|
| index 5ba81e53fe46e650288e4bb56ab8a89787b55a3f..507d99513ef94a6b587c3929f6c9520940f2e642 100644
|
| --- a/ios/chrome/browser/signin/account_tracker_service_factory.h
|
| +++ b/ios/chrome/browser/signin/account_tracker_service_factory.h
|
| @@ -10,8 +10,11 @@
|
| #include "components/keyed_service/ios/browser_state_keyed_service_factory.h"
|
|
|
| class AccountTrackerService;
|
| +
|
| +namespace base {
|
| template <typename T>
|
| struct DefaultSingletonTraits;
|
| +} // namespace base
|
|
|
| namespace ios {
|
|
|
| @@ -32,7 +35,7 @@ class AccountTrackerServiceFactory : public BrowserStateKeyedServiceFactory {
|
| static AccountTrackerServiceFactory* GetInstance();
|
|
|
| private:
|
| - friend struct DefaultSingletonTraits<AccountTrackerServiceFactory>;
|
| + friend struct base::DefaultSingletonTraits<AccountTrackerServiceFactory>;
|
|
|
| AccountTrackerServiceFactory();
|
| ~AccountTrackerServiceFactory() override;
|
|
|