Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1018)

Unified Diff: chrome/browser/download/save_file.h

Issue 7087028: roll clang 131935:132017 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 9 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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; }

Powered by Google App Engine
This is Rietveld 408576698