Index: chrome/browser/ui/cocoa/download/download_shelf_controller.h |
diff --git a/chrome/browser/ui/cocoa/download/download_shelf_controller.h b/chrome/browser/ui/cocoa/download/download_shelf_controller.h |
index 158227cf5dec3c51eb0b9d7d51cedd1b4a3a22a1..91f5a655e6c43aea79e17bb0d2241d69ba7bf2e6 100644 |
--- a/chrome/browser/ui/cocoa/download/download_shelf_controller.h |
+++ b/chrome/browser/ui/cocoa/download/download_shelf_controller.h |
@@ -12,13 +12,13 @@ |
class Browser; |
@class BrowserWindowController; |
@class DownloadItemController; |
-class DownloadItemModel; |
class DownloadShelf; |
@class DownloadShelfView; |
@class HyperlinkButtonCell; |
@class HoverButton; |
namespace content { |
+class DownloadItem; |
class PageNavigator; |
} |
@@ -90,7 +90,7 @@ class PageNavigator; |
// Run when the user clicks the close button on the right side of the shelf. |
- (IBAction)hide:(id)sender; |
-- (void)addDownloadItem:(DownloadItemModel*)model; |
+- (void)addDownloadItem:(content::DownloadItem*)downloadItem; |
// Remove a download, possibly via clearing browser data. |
- (void)remove:(DownloadItemController*)download; |