diff options
Diffstat (limited to 'chrome/browser/sync/profile_sync_service_factory.h')
-rw-r--r-- | chrome/browser/sync/profile_sync_service_factory.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/browser/sync/profile_sync_service_factory.h b/chrome/browser/sync/profile_sync_service_factory.h index 7be8d94..52d9c42 100644 --- a/chrome/browser/sync/profile_sync_service_factory.h +++ b/chrome/browser/sync/profile_sync_service_factory.h @@ -23,10 +23,10 @@ class ProfileSyncServiceFactory : public BrowserContextKeyedServiceFactory { friend struct DefaultSingletonTraits<ProfileSyncServiceFactory>; ProfileSyncServiceFactory(); - virtual ~ProfileSyncServiceFactory(); + ~ProfileSyncServiceFactory() override; // BrowserContextKeyedServiceFactory: - virtual KeyedService* BuildServiceInstanceFor( + KeyedService* BuildServiceInstanceFor( content::BrowserContext* context) const override; }; |