Index: chrome/browser/download/chrome_download_manager_delegate.h |
diff --git a/chrome/browser/download/chrome_download_manager_delegate.h b/chrome/browser/download/chrome_download_manager_delegate.h |
index b006e5396ded660c75780eb53b606a3a6991eff0..e5d71977e8b859143824a293fbbb27a8eaf811c2 100644 |
--- a/chrome/browser/download/chrome_download_manager_delegate.h |
+++ b/chrome/browser/download/chrome_download_manager_delegate.h |
@@ -68,7 +68,7 @@ class ChromeDownloadManagerDelegate |
virtual void UpdatePathForItemInPersistentStore( |
DownloadItem* item, |
const FilePath& new_path) OVERRIDE; |
- virtual void RemoveItemFromPersistentStore(DownloadItem* item) OVERRIDE; |
+ virtual void RemoveItemFromPersistentStore(int64 db_handle) OVERRIDE; |
virtual void RemoveItemsFromPersistentStoreBetween( |
const base::Time remove_begin, |
const base::Time remove_end) OVERRIDE; |