diff options
Diffstat (limited to 'content/public/browser/download_manager.h')
-rw-r--r-- | content/public/browser/download_manager.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/content/public/browser/download_manager.h b/content/public/browser/download_manager.h index 20c584f..32aee86 100644 --- a/content/public/browser/download_manager.h +++ b/content/public/browser/download_manager.h @@ -36,14 +36,13 @@ #include "base/gtest_prod_util.h" #include "base/message_loop_helpers.h" #include "base/time.h" -#include "content/browser/download/download_id.h" #include "content/browser/download/interrupt_reasons.h" +#include "content/public/browser/download_id.h" #include "content/public/browser/download_item.h" #include "content/public/browser/browser_thread.h" #include "net/base/net_errors.h" class DownloadFileManager; -class DownloadIdFactory; class DownloadManagerTest; class DownloadRequestHandle; class DownloadStatusUpdater; @@ -66,7 +65,6 @@ class CONTENT_EXPORT DownloadManager static DownloadManager* Create( DownloadManagerDelegate* delegate, - DownloadIdFactory* id_factory, DownloadStatusUpdater* status_updater); // Shutdown the download manager. Must be called before destruction. |