| Index: chrome/browser/ui/webui/ntp/favicon_webui_handler.h
|
| diff --git a/chrome/browser/ui/webui/ntp/favicon_webui_handler.h b/chrome/browser/ui/webui/ntp/favicon_webui_handler.h
|
| index 9acbaa006e4091fe584bf5b92dbf150ac7c45295..917bfd380011317e6adfb55410c62085f7e472eb 100644
|
| --- a/chrome/browser/ui/webui/ntp/favicon_webui_handler.h
|
| +++ b/chrome/browser/ui/webui/ntp/favicon_webui_handler.h
|
| @@ -26,7 +26,7 @@ class FaviconWebUIHandler : public content::WebUIMessageHandler {
|
| virtual ~FaviconWebUIHandler();
|
|
|
| // WebUIMessageHandler
|
| - virtual void RegisterMessages() OVERRIDE;
|
| + virtual void RegisterMessages() override;
|
|
|
| // Called from the JS to get the dominant color of a favicon. The first
|
| // argument is a favicon URL, the second is the ID of the DOM node that is
|
|
|