Chromium Code Reviews| 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)); |
|
darin (slow to review)
2012/02/02 06:04:35
had you considered defining net::kDontLog or net::
|
| } |
| net::Error BaseFile::Open() { |