Index: content/browser/download/mock_download_manager_delegate.h |
=================================================================== |
--- content/browser/download/mock_download_manager_delegate.h (revision 102135) |
+++ content/browser/download/mock_download_manager_delegate.h (working copy) |
@@ -31,7 +31,7 @@ |
virtual void UpdatePathForItemInPersistentStore( |
DownloadItem* item, |
const FilePath& new_path) OVERRIDE; |
- virtual void RemoveItemFromPersistentStore(int64 db_handle) OVERRIDE; |
+ virtual void RemoveItemFromPersistentStore(DownloadItem* item) OVERRIDE; |
virtual void RemoveItemsFromPersistentStoreBetween( |
const base::Time remove_begin, |
const base::Time remove_end) OVERRIDE; |