| Index: content/browser/download/drag_download_util.h
|
| diff --git a/content/browser/download/drag_download_util.h b/content/browser/download/drag_download_util.h
|
| index a65900eafbd3939b3af9b85ebd470c0ac853b01f..468173a0c5d0aca5999f49a56a7e1b9b79282439 100644
|
| --- a/content/browser/download/drag_download_util.h
|
| +++ b/content/browser/download/drag_download_util.h
|
| @@ -45,13 +45,14 @@ net::FileStream* CreateFileStreamForDrop(
|
| class PromiseFileFinalizer : public ui::DownloadFileObserver {
|
| public:
|
| explicit PromiseFileFinalizer(DragDownloadFile* drag_file_downloader);
|
| - virtual ~PromiseFileFinalizer();
|
|
|
| // DownloadFileObserver methods.
|
| virtual void OnDownloadCompleted(const FilePath& file_path) OVERRIDE;
|
| virtual void OnDownloadAborted() OVERRIDE;
|
|
|
| private:
|
| + virtual ~PromiseFileFinalizer();
|
| +
|
| void Cleanup();
|
|
|
| scoped_refptr<DragDownloadFile> drag_file_downloader_;
|
|
|