summaryrefslogtreecommitdiffstats
path: root/chrome/browser/download/download_file.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/download/download_file.h')
-rw-r--r--chrome/browser/download/download_file.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/chrome/browser/download/download_file.h b/chrome/browser/download/download_file.h
index 0705ffe..ef367ce 100644
--- a/chrome/browser/download/download_file.h
+++ b/chrome/browser/download/download_file.h
@@ -168,6 +168,7 @@ class DownloadFileManager
: public base::RefCountedThreadSafe<DownloadFileManager> {
public:
DownloadFileManager(ResourceDispatcherHost* rdh);
+ ~DownloadFileManager();
// Called on shutdown on the UI thread.
void Shutdown();
@@ -233,10 +234,6 @@ class DownloadFileManager
static void DeleteFile(const FilePath& path);
private:
- friend class base::RefCountedThreadSafe<DownloadFileManager>;
-
- ~DownloadFileManager();
-
// Timer helpers for updating the UI about the current progress of a download.
void StartUpdateTimer();
void StopUpdateTimer();