| Index: chrome/browser/ui/views/notifications/balloon_view.h
|
| diff --git a/chrome/browser/ui/views/notifications/balloon_view.h b/chrome/browser/ui/views/notifications/balloon_view.h
|
| index 7372c84d9d079b9d022d820ce511b47ceee31011..c4e7efd9f462db45379204f82899198b3b88fca2 100644
|
| --- a/chrome/browser/ui/views/notifications/balloon_view.h
|
| +++ b/chrome/browser/ui/views/notifications/balloon_view.h
|
| @@ -72,11 +72,11 @@ class BalloonViewImpl : public BalloonView,
|
| }
|
|
|
| // views::ViewMenuDelegate interface.
|
| - void RunMenu(views::View* source, const gfx::Point& pt);
|
| + virtual void RunMenu(views::View* source, const gfx::Point& pt);
|
|
|
| // views::WidgetDelegate interface.
|
| - void DisplayChanged();
|
| - void WorkAreaChanged();
|
| + virtual void DisplayChanged();
|
| + virtual void WorkAreaChanged();
|
|
|
| // views::ButtonListener interface.
|
| virtual void ButtonPressed(views::Button* sender, const views::Event&);
|
|
|