| Index: chrome/browser/ui/toolbar/wrench_icon_painter.h
|
| diff --git a/chrome/browser/ui/toolbar/wrench_icon_painter.h b/chrome/browser/ui/toolbar/wrench_icon_painter.h
|
| index f3ffb7e377ea1543e1bfbdd37807b57193813c3c..c50d7b20d2d5ded350fa2124e97ac94bd1fa2e3d 100644
|
| --- a/chrome/browser/ui/toolbar/wrench_icon_painter.h
|
| +++ b/chrome/browser/ui/toolbar/wrench_icon_painter.h
|
| @@ -45,7 +45,7 @@ class WrenchIconPainter : gfx::AnimationDelegate {
|
| };
|
|
|
| explicit WrenchIconPainter(Delegate* delegate);
|
| - virtual ~WrenchIconPainter();
|
| + ~WrenchIconPainter() override;
|
|
|
| // If |severity| is not |SEVERITY_NONE| then the wrench icon is colored to
|
| // match the severity level.
|
| @@ -63,7 +63,7 @@ class WrenchIconPainter : gfx::AnimationDelegate {
|
| FRIEND_TEST_ALL_PREFIXES(WrenchIconPainterTest, PaintCallback);
|
|
|
| // AnimationDelegate:
|
| - virtual void AnimationProgressed(const gfx::Animation* animation) override;
|
| + void AnimationProgressed(const gfx::Animation* animation) override;
|
|
|
| // Gets the image ID used to draw bars for the current severity level.
|
| int GetCurrentSeverityImageID() const;
|
|
|