| Index: chrome/browser/ui/cocoa/theme_install_bubble_view.h
|
| diff --git a/chrome/browser/ui/cocoa/theme_install_bubble_view.h b/chrome/browser/ui/cocoa/theme_install_bubble_view.h
|
| index f933d2d9c01f4c929dd5235d7a5645e4650a6e57..f901e3be416774604a39bed4ed0db0f35db68b48 100644
|
| --- a/chrome/browser/ui/cocoa/theme_install_bubble_view.h
|
| +++ b/chrome/browser/ui/cocoa/theme_install_bubble_view.h
|
| @@ -27,7 +27,7 @@
|
| // instance of the bubble.
|
| class ThemeInstallBubbleView : public NotificationObserver {
|
| public:
|
| - ~ThemeInstallBubbleView();
|
| + virtual ~ThemeInstallBubbleView();
|
|
|
| // NotificationObserver
|
| virtual void Observe(NotificationType type,
|
|
|