Chromium Code Reviews| 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..372ad83d63c9a4359acb1cc7656e3dd943855f15 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,13 @@ |
| #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 { |
|
Robert Sesek
2017/02/02 19:32:24
@private (with one space before)
Sidney San Martín
2017/02/02 19:41:12
Done.
|
| + IBOutlet HoverCloseButton* closeButton_; |
| } |
| @end |