| 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 3b1287d8fc401db4ab2f544dc5f245b11b682c1a..5d7958843796d48edebc18c1a4b66c048384bab8 100644
|
| --- a/chrome/browser/download/chrome_download_manager_delegate.h
|
| +++ b/chrome/browser/download/chrome_download_manager_delegate.h
|
| @@ -66,7 +66,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;
|
|
|