| 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 ac60ef767c6d5874bcbfa5302e150940fa8c3fce..d14a07bd6c16eef317a2786222d643d68f78ba31 100644
|
| --- a/chrome/browser/download/chrome_download_manager_delegate.h
|
| +++ b/chrome/browser/download/chrome_download_manager_delegate.h
|
| @@ -82,7 +82,8 @@ class ChromeDownloadManagerDelegate
|
| content::DownloadItem* item) OVERRIDE;
|
| virtual void UpdatePathForItemInPersistentStore(
|
| content::DownloadItem* item,
|
| - const FilePath& new_path) OVERRIDE;
|
| + const FilePath& target_path,
|
| + const FilePath& current_path) OVERRIDE;
|
| virtual void RemoveItemFromPersistentStore(
|
| content::DownloadItem* item) OVERRIDE;
|
| virtual void RemoveItemsFromPersistentStoreBetween(
|
|
|