Index: chrome/browser/download/drag_download_file.cc |
=================================================================== |
--- chrome/browser/download/drag_download_file.cc (revision 71798) |
+++ chrome/browser/download/drag_download_file.cc (working copy) |
@@ -57,7 +57,7 @@ |
download_manager_->RemoveObserver(this); |
} |
-bool DragDownloadFile::Start(DownloadFileObserver* observer) { |
+bool DragDownloadFile::Start(ui::DownloadFileObserver* observer) { |
AssertCurrentlyOnDragThread(); |
if (is_started_) |