| Index: chrome/browser/history/history_backend.h
|
| diff --git a/chrome/browser/history/history_backend.h b/chrome/browser/history/history_backend.h
|
| index a3f831db4abffa0f62faba9805ae8aa858e0096c..c98cbe5e839a15f5b00f5c7e01f0f47d73d86735 100644
|
| --- a/chrome/browser/history/history_backend.h
|
| +++ b/chrome/browser/history/history_backend.h
|
| @@ -309,7 +309,9 @@ class HistoryBackend : public base::RefCountedThreadSafe<HistoryBackend>,
|
| void QueryDownloads(scoped_refptr<DownloadQueryRequest> request);
|
| void CleanUpInProgressEntries();
|
| void UpdateDownload(const content::DownloadPersistentStoreInfo& data);
|
| - void UpdateDownloadPath(const FilePath& path, int64 db_handle);
|
| + void UpdateDownloadPath(const FilePath& target_path,
|
| + const FilePath& current_path,
|
| + int64 db_handle);
|
| void CreateDownload(scoped_refptr<DownloadCreateRequest> request,
|
| int32 id,
|
| const content::DownloadPersistentStoreInfo& info);
|
|
|