Index: chrome/browser/history/history_backend.h |
diff --git a/chrome/browser/history/history_backend.h b/chrome/browser/history/history_backend.h |
index 9936782465dabdf684bf915d8943d22829aa793b..4c0f5035b42e31e97967d4af0283b635ecad16c0 100644 |
--- a/chrome/browser/history/history_backend.h |
+++ b/chrome/browser/history/history_backend.h |
@@ -247,7 +247,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, |