diff options
Diffstat (limited to 'chrome/browser/sync/profile_sync_service_factory.h')
-rw-r--r-- | chrome/browser/sync/profile_sync_service_factory.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/sync/profile_sync_service_factory.h b/chrome/browser/sync/profile_sync_service_factory.h index 5f35c2f..4fec18d 100644 --- a/chrome/browser/sync/profile_sync_service_factory.h +++ b/chrome/browser/sync/profile_sync_service_factory.h @@ -29,7 +29,7 @@ class ProfileSyncServiceFactory : public BrowserContextKeyedServiceFactory { static ProfileSyncServiceFactory* GetInstance(); private: - friend struct DefaultSingletonTraits<ProfileSyncServiceFactory>; + friend struct base::DefaultSingletonTraits<ProfileSyncServiceFactory>; ProfileSyncServiceFactory(); ~ProfileSyncServiceFactory() override; |