| Index: chrome/browser/chromeos/panels/panel_scroller.h
|
| diff --git a/chrome/browser/chromeos/panels/panel_scroller.h b/chrome/browser/chromeos/panels/panel_scroller.h
|
| index 337c299d754d7f7dfd11e3f04826f787d524f495..75834fb19132620723b82fe74cc613b72cea6d0e 100644
|
| --- a/chrome/browser/chromeos/panels/panel_scroller.h
|
| +++ b/chrome/browser/chromeos/panels/panel_scroller.h
|
| @@ -9,6 +9,7 @@
|
| #include <vector>
|
|
|
| #include "base/basictypes.h"
|
| +#include "base/compiler_specific.h"
|
| #include "ui/base/animation/animation_delegate.h"
|
| #include "ui/base/animation/slide_animation.h"
|
| #include "views/view.h"
|
| @@ -39,7 +40,7 @@ class PanelScroller : public views::View, public ui::AnimationDelegate {
|
| struct Panel;
|
|
|
| // ui::AnimationDelegate overrides.
|
| - virtual void AnimationProgressed(const ui::Animation* animation);
|
| + virtual void AnimationProgressed(const ui::Animation* animation) OVERRIDE;
|
|
|
| // Scrolls to the panel at the given index. It will be moved to the top.
|
| void ScrollToPanel(int index);
|
|
|