| Index: chrome/browser/download/download_manager.h
|
| diff --git a/chrome/browser/download/download_manager.h b/chrome/browser/download/download_manager.h
|
| index f01cb6282eb7abd7c86dd7327f922f9f17488abb..5379d25d73deaf620fdf0e93c54cb24660049f73 100644
|
| --- a/chrome/browser/download/download_manager.h
|
| +++ b/chrome/browser/download/download_manager.h
|
| @@ -274,7 +274,7 @@ class DownloadManager
|
| friend class DeleteTask<DownloadManager>;
|
| friend class OtherDownloadManagerObserver;
|
|
|
| - ~DownloadManager();
|
| + virtual ~DownloadManager();
|
|
|
| // Called on the download thread to check whether the suggested file path
|
| // exists. We don't check if the file exists on the UI thread to avoid UI
|
|
|