| Index: content/browser/download/download_file_unittest.cc
|
| diff --git a/content/browser/download/download_file_unittest.cc b/content/browser/download/download_file_unittest.cc
|
| index 190c279281f8f166b22b35995487b8a82d7005e6..7851d34a53c88fa60632dc386aa7a5b78636dfdc 100644
|
| --- a/content/browser/download/download_file_unittest.cc
|
| +++ b/content/browser/download/download_file_unittest.cc
|
| @@ -61,7 +61,8 @@ class DownloadFileTest : public testing::Test {
|
| info.download_id = kDummyDownloadId + offset;
|
| // info.request_handle default constructed to null.
|
| info.save_info.file_stream = file_stream_;
|
| - file->reset(new DownloadFile(&info, download_manager_));
|
| + file->reset(
|
| + new DownloadFile(&info, DownloadRequestHandle(), download_manager_));
|
| }
|
|
|
| virtual void DestroyDownloadFile(scoped_ptr<DownloadFile>* file, int offset) {
|
|
|