| Index: chrome/browser/history/history_backend.h
|
| diff --git a/chrome/browser/history/history_backend.h b/chrome/browser/history/history_backend.h
|
| index 5d43bed34ad24be80ccaf8841f64dd947493c35d..827293c7e5a613f4c01f664fe0d7db8599db631f 100644
|
| --- a/chrome/browser/history/history_backend.h
|
| +++ b/chrome/browser/history/history_backend.h
|
| @@ -246,7 +246,7 @@ class HistoryBackend : public base::RefCountedThreadSafe<HistoryBackend>,
|
| void GetNextDownloadId(scoped_refptr<DownloadNextIdRequest> request);
|
| void QueryDownloads(scoped_refptr<DownloadQueryRequest> request);
|
| void CleanUpInProgressEntries();
|
| - void UpdateDownload(int64 received_bytes, int32 state, int64 db_handle);
|
| + void UpdateDownload(const DownloadPersistentStoreInfo& data);
|
| void UpdateDownloadPath(const FilePath& path, int64 db_handle);
|
| void CreateDownload(scoped_refptr<DownloadCreateRequest> request,
|
| int32 id,
|
|
|