Index: content/browser/download/download_manager_delegate.h |
diff --git a/content/browser/download/download_manager_delegate.h b/content/browser/download/download_manager_delegate.h |
index 55d25f6a5f469021a3737e40af31f18b346d51fd..be72f118d1368deca05998e7ba1b5501bbbc4908 100644 |
--- a/content/browser/download/download_manager_delegate.h |
+++ b/content/browser/download/download_manager_delegate.h |
@@ -84,7 +84,7 @@ class DownloadManagerDelegate { |
// Notifies the delegate that it should remove the download item from its |
// persistent store. |
- virtual void RemoveItemFromPersistentStore(DownloadItem* item) = 0; |
+ virtual void RemoveItemFromPersistentStore(int64 db_handle) = 0; |
// Notifies the delegate to remove downloads from the given time range. |
virtual void RemoveItemsFromPersistentStoreBetween( |