| 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_;
|
|
|