| Index: chrome/browser/download/chrome_download_manager_delegate.h
|
| ===================================================================
|
| --- chrome/browser/download/chrome_download_manager_delegate.h (revision 102135)
|
| +++ chrome/browser/download/chrome_download_manager_delegate.h (working copy)
|
| @@ -68,7 +68,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;
|
|
|