| Index: content/browser/download/drag_download_util.cc
|
| diff --git a/content/browser/download/drag_download_util.cc b/content/browser/download/drag_download_util.cc
|
| index a0d6f8a6eb4444218525c2d1f51758c27e157d97..ed781bbb97192cdbcd12b756e59790e3bff92eb3 100644
|
| --- a/content/browser/download/drag_download_util.cc
|
| +++ b/content/browser/download/drag_download_util.cc
|
| @@ -59,7 +59,7 @@ bool ParseDownloadMetadata(const string16& metadata,
|
| FileStream* CreateFileStreamForDrop(FilePath* file_path) {
|
| DCHECK(file_path && !file_path->empty());
|
|
|
| - scoped_ptr<FileStream> file_stream(new FileStream);
|
| + scoped_ptr<FileStream> file_stream(new FileStream(NULL));
|
| const int kMaxSeq = 99;
|
| for (int seq = 0; seq <= kMaxSeq; seq++) {
|
| FilePath new_file_path;
|
|
|