| Index: chrome/browser/ui/views/theme_install_bubble_view.h
|
| diff --git a/chrome/browser/ui/views/theme_install_bubble_view.h b/chrome/browser/ui/views/theme_install_bubble_view.h
|
| index 450d4cf55146d7c01eeda7d5280be4ba5b7ad6a3..b363073feadba63272e34ea0aa9afe6d97ba8228 100644
|
| --- a/chrome/browser/ui/views/theme_install_bubble_view.h
|
| +++ b/chrome/browser/ui/views/theme_install_bubble_view.h
|
| @@ -34,7 +34,7 @@ class Widget;
|
| class ThemeInstallBubbleView : public NotificationObserver,
|
| public views::Label {
|
| public:
|
| - ~ThemeInstallBubbleView();
|
| + virtual ~ThemeInstallBubbleView();
|
|
|
| // NotificationObserver
|
| virtual void Observe(NotificationType type,
|
| @@ -51,7 +51,7 @@ class ThemeInstallBubbleView : public NotificationObserver,
|
| void Reposition();
|
|
|
| // Inherited from views.
|
| - gfx::Size GetPreferredSize();
|
| + virtual gfx::Size GetPreferredSize();
|
|
|
| // Shut down the popup and remove our notifications.
|
| void Close();
|
|
|