Index: chrome/browser/history/web_history_service_factory.h |
diff --git a/chrome/browser/history/web_history_service_factory.h b/chrome/browser/history/web_history_service_factory.h |
index 1a6ee1e5249589dd4239dc2fec11a127830aba8c..41b68dc7d98476759a0412932d8f7d46fad45c4e 100644 |
--- a/chrome/browser/history/web_history_service_factory.h |
+++ b/chrome/browser/history/web_history_service_factory.h |
@@ -25,14 +25,14 @@ class WebHistoryServiceFactory : public BrowserContextKeyedServiceFactory { |
protected: |
// Overridden from BrowserContextKeyedServiceFactory. |
- virtual KeyedService* BuildServiceInstanceFor( |
+ KeyedService* BuildServiceInstanceFor( |
content::BrowserContext* context) const override; |
private: |
friend struct DefaultSingletonTraits<WebHistoryServiceFactory>; |
explicit WebHistoryServiceFactory(); |
- virtual ~WebHistoryServiceFactory(); |
+ ~WebHistoryServiceFactory() override; |
DISALLOW_COPY_AND_ASSIGN(WebHistoryServiceFactory); |
}; |