| Index: chrome/browser/ui/gtk/status_bubble_gtk.h
|
| diff --git a/chrome/browser/ui/gtk/status_bubble_gtk.h b/chrome/browser/ui/gtk/status_bubble_gtk.h
|
| index b419b1bf90c037cdba615962da8dccfc8d8dfa9f..cc3c1b499d19c58e3f252f642053ab76fbf7cecc 100644
|
| --- a/chrome/browser/ui/gtk/status_bubble_gtk.h
|
| +++ b/chrome/browser/ui/gtk/status_bubble_gtk.h
|
| @@ -57,7 +57,7 @@ class StatusBubbleGtk : public StatusBubble,
|
| // Called when the download shelf becomes visible or invisible.
|
| // This is used by to ensure that the status bubble does not obscure
|
| // the download shelf, when it is visible.
|
| - virtual void UpdateDownloadShelfVisibility(bool visible);
|
| + virtual void UpdateDownloadShelfVisibility(bool visible) OVERRIDE;
|
|
|
| // Overridden from content::NotificationObserver:
|
| virtual void Observe(int type,
|
|
|