| Index: chrome/browser/gtk/download_shelf_gtk.h
|
| diff --git a/chrome/browser/gtk/download_shelf_gtk.h b/chrome/browser/gtk/download_shelf_gtk.h
|
| index bd8ff0fca314bac9b76b624dbb333fe1f6c98825..9c6cceb840b9302051618bfefa0046affce84fee 100644
|
| --- a/chrome/browser/gtk/download_shelf_gtk.h
|
| +++ b/chrome/browser/gtk/download_shelf_gtk.h
|
| @@ -40,7 +40,7 @@ class DownloadShelfGtk : public DownloadShelf,
|
| virtual bool IsClosing() const;
|
| virtual void Show();
|
| virtual void Close();
|
| - virtual Browser* browser() const { return browser_; }
|
| + virtual Browser* browser() const;
|
|
|
| // SlideAnimatorGtk::Delegate implementation.
|
| virtual void Closed();
|
|
|