| Index: content/browser/download/base_file_unittest.cc
|
| diff --git a/content/browser/download/base_file_unittest.cc b/content/browser/download/base_file_unittest.cc
|
| index 911af194bba2a253d23d35d11eb9205c96eaf95a..c2119bb3356a274852652773fcf2ec6afea1f705 100644
|
| --- a/content/browser/download/base_file_unittest.cc
|
| +++ b/content/browser/download/base_file_unittest.cc
|
| @@ -108,7 +108,7 @@ class BaseFileTest : public testing::Test {
|
| return false;
|
|
|
| // Create a new file stream.
|
| - mock_file_stream_.reset(new net::testing::MockFileStream);
|
| + mock_file_stream_.reset(new net::testing::MockFileStream(NULL));
|
| if (mock_file_stream_->Open(
|
| path,
|
| base::PLATFORM_FILE_OPEN_ALWAYS | base::PLATFORM_FILE_WRITE) != 0) {
|
|
|