diff options
Diffstat (limited to 'chrome/browser/gtk/overflow_button.h')
-rw-r--r-- | chrome/browser/gtk/overflow_button.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/chrome/browser/gtk/overflow_button.h b/chrome/browser/gtk/overflow_button.h index 647221e..66724f4 100644 --- a/chrome/browser/gtk/overflow_button.h +++ b/chrome/browser/gtk/overflow_button.h @@ -24,9 +24,9 @@ class OverflowButton : public NotificationObserver { private: // NotificationObserver implementation. - void Observe(NotificationType type, - const NotificationSource& source, - const NotificationDetails& details); + virtual void Observe(NotificationType type, + const NotificationSource& source, + const NotificationDetails& details); OwnedWidgetGtk widget_; |