Index: chrome/browser/ui/cocoa/download/download_show_all_button.h |
diff --git a/chrome/browser/ui/cocoa/download/download_show_all_button.h b/chrome/browser/ui/cocoa/download/download_show_all_button.h |
index ceb51f64a0cabd0edaa0e37b5831ea044bf63199..6e1afe1b98d30c1cfcf819bb07b4b888bb851ed0 100644 |
--- a/chrome/browser/ui/cocoa/download/download_show_all_button.h |
+++ b/chrome/browser/ui/cocoa/download/download_show_all_button.h |
@@ -4,7 +4,9 @@ |
#import <Cocoa/Cocoa.h> |
+#import "chrome/browser/ui/cocoa/themed_window.h" |
+ |
// The "Show All" button on the download shelf. This is a subclass for custom |
// -sizeToFit logic. |
-@interface DownloadShowAllButton : NSButton |
+@interface DownloadShowAllButton : NSButton<ThemedWindowDrawing> |
@end |