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

Unified Diff: chrome/common/icon_with_badge_image_source.h

Issue 622373003: Replacing the OVERRIDE with override in chrome/common (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Resolved Error 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/common/extensions/permissions/chrome_api_permissions.h ('k') | chrome/common/ini_parser.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/icon_with_badge_image_source.h
diff --git a/chrome/common/icon_with_badge_image_source.h b/chrome/common/icon_with_badge_image_source.h
index 8040e92dc34f5c9597d6bbb55c11d26d53692678..87bf9df79771c8ebab6fc24ee6754fb33768a479 100644
--- a/chrome/common/icon_with_badge_image_source.h
+++ b/chrome/common/icon_with_badge_image_source.h
@@ -30,7 +30,7 @@ class IconWithBadgeImageSource
virtual ~IconWithBadgeImageSource();
private:
- virtual void Draw(gfx::Canvas* canvas) OVERRIDE;
+ virtual void Draw(gfx::Canvas* canvas) override;
// Browser action icon image.
gfx::ImageSkia icon_;
« no previous file with comments | « chrome/common/extensions/permissions/chrome_api_permissions.h ('k') | chrome/common/ini_parser.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698