| Index: ash/shelf/overflow_button.h
|
| diff --git a/ash/shelf/overflow_button.h b/ash/shelf/overflow_button.h
|
| index aca781d5d7d3160d14c0aa9d12a736b2b546d374..2dd79f287aef1c4435e53d2380027c6251781ede 100644
|
| --- a/ash/shelf/overflow_button.h
|
| +++ b/ash/shelf/overflow_button.h
|
| @@ -25,7 +25,7 @@ class OverflowButton : public views::CustomButton {
|
| void PaintBackground(gfx::Canvas* canvas, int alpha);
|
|
|
| // views::View overrides:
|
| - virtual void OnPaint(gfx::Canvas* canvas) OVERRIDE;
|
| + virtual void OnPaint(gfx::Canvas* canvas) override;
|
|
|
| // Left and right images are rotations of bottom_image and are
|
| // owned by the overflow button.
|
|
|