Index: chrome/browser/download/download_manager.h |
=================================================================== |
--- chrome/browser/download/download_manager.h (revision 89670) |
+++ chrome/browser/download/download_manager.h (working copy) |
@@ -28,6 +28,7 @@ |
#define CHROME_BROWSER_DOWNLOAD_DOWNLOAD_MANAGER_H_ |
#pragma once |
+#include <hash_map> |
achuithb
2011/06/20 22:52:03
fix lint error
|
#include <map> |
#include <set> |
#include <string> |
@@ -351,6 +352,9 @@ |
// containers; no-op if NDEBUG. |
void AssertContainersConsistent() const; |
+ // Add a DownloadItem to history_downloads_. |
+ void AddDownloadItemToHistory(DownloadItem* item, int64 db_handle); |
+ |
// |downloads_| is the owning set for all downloads known to the |
// DownloadManager. This includes downloads started by the user in |
// this session, downloads initialized from the history system, and |