| 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 c8c8db7eb8eaecbee4df0c48bf1a86fa794b6e57..1a6ee1e5249589dd4239dc2fec11a127830aba8c 100644
|
| --- a/chrome/browser/history/web_history_service_factory.h
|
| +++ b/chrome/browser/history/web_history_service_factory.h
|
| @@ -26,7 +26,7 @@ class WebHistoryServiceFactory : public BrowserContextKeyedServiceFactory {
|
| protected:
|
| // Overridden from BrowserContextKeyedServiceFactory.
|
| virtual KeyedService* BuildServiceInstanceFor(
|
| - content::BrowserContext* context) const OVERRIDE;
|
| + content::BrowserContext* context) const override;
|
|
|
| private:
|
| friend struct DefaultSingletonTraits<WebHistoryServiceFactory>;
|
|
|