| Index: content/browser/download/base_file.cc
|
| diff --git a/content/browser/download/base_file.cc b/content/browser/download/base_file.cc
|
| index b346ef2f8eec4e028d9a0b48a8fd508716b98c20..a9da47f726876a9335794e3d602789b0f8e3aba0 100644
|
| --- a/content/browser/download/base_file.cc
|
| +++ b/content/browser/download/base_file.cc
|
| @@ -449,7 +449,7 @@ void BaseFile::AnnotateWithSourceInformation() {
|
| }
|
|
|
| void BaseFile::CreateFileStream() {
|
| - file_stream_.reset(new net::FileStream);
|
| + file_stream_.reset(new net::FileStream(NULL));
|
| }
|
|
|
| net::Error BaseFile::Open() {
|
|
|