Index: chrome/browser/history/history_service_factory.h |
diff --git a/chrome/browser/history/history_service_factory.h b/chrome/browser/history/history_service_factory.h |
index 2908df6c4520c6462c15a591c831a63591a9e821..06fcc2464833c8f6b15cbab64878a7469cd716a8 100644 |
--- a/chrome/browser/history/history_service_factory.h |
+++ b/chrome/browser/history/history_service_factory.h |
@@ -36,14 +36,14 @@ class HistoryServiceFactory : public BrowserContextKeyedServiceFactory { |
friend struct DefaultSingletonTraits<HistoryServiceFactory>; |
HistoryServiceFactory(); |
- virtual ~HistoryServiceFactory(); |
+ ~HistoryServiceFactory() override; |
// BrowserContextKeyedServiceFactory: |
- virtual KeyedService* BuildServiceInstanceFor( |
+ KeyedService* BuildServiceInstanceFor( |
content::BrowserContext* context) const override; |
- virtual content::BrowserContext* GetBrowserContextToUse( |
+ content::BrowserContext* GetBrowserContextToUse( |
content::BrowserContext* context) const override; |
- virtual bool ServiceIsNULLWhileTesting() const override; |
+ bool ServiceIsNULLWhileTesting() const override; |
}; |
#endif // CHROME_BROWSER_HISTORY_HISTORY_SERVICE_FACTORY_H_ |