Index: chrome/browser/ui/cocoa/download/download_item_button.mm |
diff --git a/chrome/browser/ui/cocoa/download/download_item_button.mm b/chrome/browser/ui/cocoa/download/download_item_button.mm |
index 8c2bc5dd7110bd850d6afaca96d235c100e63fe9..d6f1c522a7a419d712deae344c38befb3c182bb7 100644 |
--- a/chrome/browser/ui/cocoa/download/download_item_button.mm |
+++ b/chrome/browser/ui/cocoa/download/download_item_button.mm |
@@ -30,7 +30,7 @@ |
NSCell* cell = [self cell]; |
DCHECK([cell respondsToSelector:@selector(isMouseOverButtonPart)]); |
if ([reinterpret_cast<DownloadItemCell*>(cell) isMouseOverButtonPart]) { |
- [self.draggableButton mouseDown:event]; |
+ [self.draggableButton mouseDownImpl:event]; |
} else { |
// Hold a reference to our controller in case the download completes and we |
// represent a file that's auto-removed (e.g. a theme). |