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

Unified Diff: chrome/common/icon_with_badge_image_source.h

Issue 653773004: Standardize usage of virtual/override/final in chrome/ (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/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 87bf9df79771c8ebab6fc24ee6754fb33768a479..f120a0a770d67c625b00b588de925a3986172460 100644
--- a/chrome/common/icon_with_badge_image_source.h
+++ b/chrome/common/icon_with_badge_image_source.h
@@ -27,10 +27,10 @@ class IconWithBadgeImageSource
const SkColor& text_color,
const SkColor& background_color,
extensions::ActionInfo::Type action_type);
- virtual ~IconWithBadgeImageSource();
+ ~IconWithBadgeImageSource() override;
private:
- virtual void Draw(gfx::Canvas* canvas) override;
+ void Draw(gfx::Canvas* canvas) override;
// Browser action icon image.
gfx::ImageSkia icon_;
« no previous file with comments | « chrome/common/extensions/permissions/chrome_permission_message_provider.h ('k') | chrome/common/ini_parser.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698