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

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

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.cc
diff --git a/chrome/browser/ui/webui/ntp/favicon_webui_handler.cc b/chrome/browser/ui/webui/ntp/favicon_webui_handler.cc
index fd4d02fd3cae4c80ba48f1b83c42532942e23c42..262bc8d2ff8b8c163ef7a1f4c432f4f3f82d06fd 100644
--- a/chrome/browser/ui/webui/ntp/favicon_webui_handler.cc
+++ b/chrome/browser/ui/webui/ntp/favicon_webui_handler.cc
@@ -52,7 +52,7 @@ class ExtensionIconColorManager : public ExtensionIconManager {
virtual ~ExtensionIconColorManager() {}
virtual void OnImageLoaded(const std::string& extension_id,
- const gfx::Image& image) OVERRIDE {
+ const gfx::Image& image) override {
ExtensionIconManager::OnImageLoaded(extension_id, image);
handler_->NotifyAppIconReady(extension_id);
}
« no previous file with comments | « chrome/browser/ui/webui/ntp/favicon_webui_handler.h ('k') | chrome/browser/ui/webui/ntp/foreign_session_handler.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698