| Index: chrome/browser/download/base_file.h
|
| diff --git a/chrome/browser/download/base_file.h b/chrome/browser/download/base_file.h
|
| index fa3873f5833958e4c754c42fab702648500e612e..6c57165d5949c7fa149a39d01aef11830b46a696 100644
|
| --- a/chrome/browser/download/base_file.h
|
| +++ b/chrome/browser/download/base_file.h
|
| @@ -22,6 +22,7 @@ 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();
|
|
|
|
|