| Index: components/dom_distiller/webui/dom_distiller_handler.h
|
| diff --git a/components/dom_distiller/webui/dom_distiller_handler.h b/components/dom_distiller/webui/dom_distiller_handler.h
|
| index b0aa0261def85f972d385f1b3fc6c757a9ec8d13..286befed2089aa609a0fa3b94f1f7e622f78deb1 100644
|
| --- a/components/dom_distiller/webui/dom_distiller_handler.h
|
| +++ b/components/dom_distiller/webui/dom_distiller_handler.h
|
| @@ -20,10 +20,10 @@ class DomDistillerHandler : public content::WebUIMessageHandler {
|
| public:
|
| // The lifetime of |service| has to outlive this handler.
|
| DomDistillerHandler(DomDistillerService* service, const std::string& scheme);
|
| - virtual ~DomDistillerHandler();
|
| + ~DomDistillerHandler() override;
|
|
|
| // content::WebUIMessageHandler implementation.
|
| - virtual void RegisterMessages() override;
|
| + void RegisterMessages() override;
|
|
|
| // Callback from JavaScript for the "requestEntries" message. This
|
| // requests the list of entries and returns it to the front end by calling
|
|
|