| Index: chrome/browser/download/download_file.h
|
| diff --git a/chrome/browser/download/download_file.h b/chrome/browser/download/download_file.h
|
| index 63060fec55c600f89de77d2faaeafd89eb93fe47..e7eb0adb965250bd75b4607be6aa81297f74eed3 100644
|
| --- a/chrome/browser/download/download_file.h
|
| +++ b/chrome/browser/download/download_file.h
|
| @@ -29,7 +29,7 @@ class DownloadFile : public BaseFile {
|
| virtual ~DownloadFile();
|
|
|
| // Cancels the download request associated with this file.
|
| - void CancelDownloadRequest(ResourceDispatcherHost* rdh);
|
| + void CancelDownloadRequest();
|
|
|
| int id() const { return id_; }
|
| DownloadManager* GetDownloadManager();
|
|
|