diff options
Diffstat (limited to 'chrome/browser/download/base_file.h')
-rw-r--r-- | chrome/browser/download/base_file.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/chrome/browser/download/base_file.h b/chrome/browser/download/base_file.h index 6c57165..fa3873f 100644 --- a/chrome/browser/download/base_file.h +++ b/chrome/browser/download/base_file.h @@ -22,7 +22,6 @@ class BaseFile { BaseFile(const FilePath& full_path, const GURL& source_url, const GURL& referrer_url, - int64 received_bytes, const linked_ptr<net::FileStream>& file_stream); ~BaseFile(); |