| 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 09d39da1df8650022959fdbada8068427b236229..b0aa0261def85f972d385f1b3fc6c757a9ec8d13 100644
|
| --- a/components/dom_distiller/webui/dom_distiller_handler.h
|
| +++ b/components/dom_distiller/webui/dom_distiller_handler.h
|
| @@ -23,7 +23,7 @@ class DomDistillerHandler : public content::WebUIMessageHandler {
|
| virtual ~DomDistillerHandler();
|
|
|
| // content::WebUIMessageHandler implementation.
|
| - virtual void RegisterMessages() OVERRIDE;
|
| + virtual 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
|
|
|