| Index: chrome/browser/ui/cocoa/download/download_shelf_view_cocoa.h
|
| diff --git a/chrome/browser/ui/cocoa/download/download_shelf_view_cocoa.h b/chrome/browser/ui/cocoa/download/download_shelf_view_cocoa.h
|
| index fabf4ad95f6bbef2bc737a65302297b9c587c988..b3759a8580e24eb4a23a61aaad64013fb8d45eb6 100644
|
| --- a/chrome/browser/ui/cocoa/download/download_shelf_view_cocoa.h
|
| +++ b/chrome/browser/ui/cocoa/download/download_shelf_view_cocoa.h
|
| @@ -9,10 +9,14 @@
|
|
|
| #import "chrome/browser/ui/cocoa/animatable_view.h"
|
|
|
| +@class HoverCloseButton;
|
| +
|
| // A view that handles any special rendering for the download shelf, painting
|
| // a gradient and managing a set of DownloadItemViews.
|
|
|
| @interface DownloadShelfView : AnimatableView {
|
| + @private
|
| + IBOutlet HoverCloseButton* closeButton_;
|
| }
|
| @end
|
|
|
|
|