diff options
Diffstat (limited to 'chrome/browser/favicon/favicon_service_factory.h')
-rw-r--r-- | chrome/browser/favicon/favicon_service_factory.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/chrome/browser/favicon/favicon_service_factory.h b/chrome/browser/favicon/favicon_service_factory.h index a2ad7b6..674e7e9 100644 --- a/chrome/browser/favicon/favicon_service_factory.h +++ b/chrome/browser/favicon/favicon_service_factory.h @@ -29,12 +29,12 @@ class FaviconServiceFactory : public BrowserContextKeyedServiceFactory { friend struct DefaultSingletonTraits<FaviconServiceFactory>; FaviconServiceFactory(); - virtual ~FaviconServiceFactory(); + ~FaviconServiceFactory() override; // BrowserContextKeyedServiceFactory: - virtual KeyedService* BuildServiceInstanceFor( + KeyedService* BuildServiceInstanceFor( content::BrowserContext* profile) const override; - virtual bool ServiceIsNULLWhileTesting() const override; + bool ServiceIsNULLWhileTesting() const override; DISALLOW_COPY_AND_ASSIGN(FaviconServiceFactory); }; |