| Index: chrome/browser/download/drag_download_util.cc
|
| diff --git a/chrome/browser/download/drag_download_util.cc b/chrome/browser/download/drag_download_util.cc
|
| index f493ab1a88611e09e64a265342a41810a74f2bdb..72804e526389f8262604e731d876e63312ce5198 100644
|
| --- a/chrome/browser/download/drag_download_util.cc
|
| +++ b/chrome/browser/download/drag_download_util.cc
|
| @@ -86,6 +86,13 @@ FileStream* CreateFileStreamForDrop(FilePath* file_path) {
|
| return NULL;
|
| }
|
|
|
| +PromiseFileFinalizer::PromiseFileFinalizer(
|
| + DragDownloadFile* drag_file_downloader)
|
| + : drag_file_downloader_(drag_file_downloader) {
|
| +}
|
| +
|
| +PromiseFileFinalizer::~PromiseFileFinalizer() {}
|
| +
|
| void PromiseFileFinalizer::Cleanup() {
|
| if (drag_file_downloader_.get())
|
| drag_file_downloader_ = NULL;
|
|
|