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

Unified Diff: chrome/browser/download/base_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/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);

Powered by Google App Engine
This is Rietveld 408576698