| Index: chrome/browser/gtk/status_bubble_gtk.h
|
| diff --git a/chrome/browser/gtk/status_bubble_gtk.h b/chrome/browser/gtk/status_bubble_gtk.h
|
| index 48354edad833d425920432824d97fe7f0a45c057..82253d44ea1af9be47349fd32f073c3b17629c89 100644
|
| --- a/chrome/browser/gtk/status_bubble_gtk.h
|
| +++ b/chrome/browser/gtk/status_bubble_gtk.h
|
| @@ -55,9 +55,9 @@ class StatusBubbleGtk : public StatusBubble,
|
| virtual void UpdateDownloadShelfVisibility(bool visible);
|
|
|
| // Overridden from NotificationObserver:
|
| - void Observe(NotificationType type,
|
| - const NotificationSource& source,
|
| - const NotificationDetails& details);
|
| + virtual void Observe(NotificationType type,
|
| + const NotificationSource& source,
|
| + const NotificationDetails& details);
|
|
|
| // Top of the widget hierarchy for a StatusBubble. This top level widget is
|
| // guarenteed to have its gtk_widget_name set to "status-bubble" for
|
|
|