| Index: components/dom_distiller/webui/dom_distiller_ui.h
|
| diff --git a/components/dom_distiller/webui/dom_distiller_ui.h b/components/dom_distiller/webui/dom_distiller_ui.h
|
| index c0a5cc8d6333e05941041c517793a39cb92cc63f..24939ab1b4bc783c975f5c3f22d0f0c4c08f5011 100644
|
| --- a/components/dom_distiller/webui/dom_distiller_ui.h
|
| +++ b/components/dom_distiller/webui/dom_distiller_ui.h
|
| @@ -19,7 +19,7 @@ class DomDistillerUi : public content::WebUIController {
|
| DomDistillerUi(content::WebUI* web_ui,
|
| DomDistillerService* service,
|
| const std::string& scheme);
|
| - virtual ~DomDistillerUi();
|
| + ~DomDistillerUi() override;
|
|
|
| private:
|
| DISALLOW_COPY_AND_ASSIGN(DomDistillerUi);
|
|
|