| 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 4f50e9ded09a9527472d4ce957dea3913d18797c..f3ffb7e377ea1543e1bfbdd37807b57193813c3c 100644
|
| --- a/chrome/browser/ui/toolbar/wrench_icon_painter.h
|
| +++ b/chrome/browser/ui/toolbar/wrench_icon_painter.h
|
| @@ -63,7 +63,7 @@ class WrenchIconPainter : gfx::AnimationDelegate {
|
| FRIEND_TEST_ALL_PREFIXES(WrenchIconPainterTest, PaintCallback);
|
|
|
| // AnimationDelegate:
|
| - virtual void AnimationProgressed(const gfx::Animation* animation) OVERRIDE;
|
| + virtual void AnimationProgressed(const gfx::Animation* animation) override;
|
|
|
| // Gets the image ID used to draw bars for the current severity level.
|
| int GetCurrentSeverityImageID() const;
|
|
|