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

Unified Diff: chrome/browser/icon_manager.h

Issue 625113002: replace OVERRIDE and FINAL with override and final in chrome/browser/[a-i]* (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix newly added OVERRIDEs 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
« no previous file with comments | « chrome/browser/history/web_history_service_factory.h ('k') | chrome/browser/image_decoder.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/icon_manager.h
diff --git a/chrome/browser/icon_manager.h b/chrome/browser/icon_manager.h
index ad10d732f284b5742dfe9450b3f3f5f4464f86d1..2d42fe55e6b4a08620ef3b1e6959950a0460119d 100644
--- a/chrome/browser/icon_manager.h
+++ b/chrome/browser/icon_manager.h
@@ -85,10 +85,10 @@ class IconManager : public IconLoader::Delegate {
// IconLoader::Delegate interface.
virtual bool OnGroupLoaded(IconLoader* loader,
- const IconGroupID& group) OVERRIDE;
+ const IconGroupID& group) override;
virtual bool OnImageLoaded(IconLoader* loader,
gfx::Image* result,
- const IconGroupID& group) OVERRIDE;
+ const IconGroupID& group) override;
private:
struct CacheKey {
« no previous file with comments | « chrome/browser/history/web_history_service_factory.h ('k') | chrome/browser/image_decoder.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698