| Index: chrome/browser/dom_distiller/dom_distiller_service_factory.h
|
| diff --git a/chrome/browser/dom_distiller/dom_distiller_service_factory.h b/chrome/browser/dom_distiller/dom_distiller_service_factory.h
|
| index ee3765946c1743907a1c84a9ff1afbbf5c4e47fd..d0eef2be79665737d72c27ae8167d91e24b2d96d 100644
|
| --- a/chrome/browser/dom_distiller/dom_distiller_service_factory.h
|
| +++ b/chrome/browser/dom_distiller/dom_distiller_service_factory.h
|
| @@ -45,10 +45,10 @@ class DomDistillerServiceFactory : public BrowserContextKeyedServiceFactory {
|
| virtual ~DomDistillerServiceFactory();
|
|
|
| virtual KeyedService* BuildServiceInstanceFor(
|
| - content::BrowserContext* context) const OVERRIDE;
|
| + content::BrowserContext* context) const override;
|
|
|
| virtual content::BrowserContext* GetBrowserContextToUse(
|
| - content::BrowserContext* context) const OVERRIDE;
|
| + content::BrowserContext* context) const override;
|
| };
|
|
|
| } // namespace dom_distiller
|
|
|