Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(377)

Unified Diff: chrome/browser/ui/webui/ntp/favicon_webui_handler.h

Issue 629463003: replace OVERRIDE and FINAL with override and final in chrome/browser/ui/[w-z]* (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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
« no previous file with comments | « chrome/browser/ui/webui/ntp/core_app_launcher_handler.h ('k') | chrome/browser/ui/webui/ntp/favicon_webui_handler.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698