| Index: chrome/browser/download/drag_download_util.h
|
| diff --git a/chrome/browser/download/drag_download_util.h b/chrome/browser/download/drag_download_util.h
|
| index bd9d44aadf349f10ea03ea65d800fa6b91922f5a..31bda475a943768df3b9092abb0dbebddd0ad69d 100644
|
| --- a/chrome/browser/download/drag_download_util.h
|
| +++ b/chrome/browser/download/drag_download_util.h
|
| @@ -42,10 +42,8 @@ net::FileStream* CreateFileStreamForDrop(FilePath* file_path);
|
| // Implementation of DownloadFileObserver to finalize the download process.
|
| class PromiseFileFinalizer : public DownloadFileObserver {
|
| public:
|
| - explicit PromiseFileFinalizer(DragDownloadFile* drag_file_downloader)
|
| - : drag_file_downloader_(drag_file_downloader) {
|
| - }
|
| - virtual ~PromiseFileFinalizer() { }
|
| + explicit PromiseFileFinalizer(DragDownloadFile* drag_file_downloader);
|
| + virtual ~PromiseFileFinalizer();
|
|
|
| // DownloadFileObserver methods.
|
| virtual void OnDownloadCompleted(const FilePath& file_path);
|
|
|