Index: chrome/browser/download/base_file.h |
diff --git a/chrome/browser/download/base_file.h b/chrome/browser/download/base_file.h |
index f9a5c281e03086527e20add49a1086a6fa27962c..02563b7e6b92deb0f93dba96a9a178d75577188f 100644 |
--- a/chrome/browser/download/base_file.h |
+++ b/chrome/browser/download/base_file.h |
@@ -30,7 +30,7 @@ class BaseFile { |
const GURL& referrer_url, |
int64 received_bytes, |
const linked_ptr<net::FileStream>& file_stream); |
- ~BaseFile(); |
+ virtual ~BaseFile(); |
// If calculate_hash is true, sha256 hash will be calculated. |
bool Initialize(bool calculate_hash); |