Index: chrome/browser/download/save_file.h |
diff --git a/chrome/browser/download/save_file.h b/chrome/browser/download/save_file.h |
index a5c19eb2c8cdbc9232616dbaeff226b7469008dc..fc610f78aef05a65d0ad72482b1f978edb5392c1 100644 |
--- a/chrome/browser/download/save_file.h |
+++ b/chrome/browser/download/save_file.h |
@@ -22,7 +22,7 @@ |
class SaveFile : public BaseFile { |
public: |
explicit SaveFile(const SaveFileCreateInfo* info); |
- ~SaveFile(); |
+ virtual ~SaveFile(); |
// Accessors. |
int save_id() const { return info_->save_id; } |