Index: chrome/browser/history/history.h |
diff --git a/chrome/browser/history/history.h b/chrome/browser/history/history.h |
index 131ef95f06963a560b84cab1ea21b0c23e7b541e..75f99f2f1f88fffa35f4ec4833db8a86efa7ff5a 100644 |
--- a/chrome/browser/history/history.h |
+++ b/chrome/browser/history/history.h |
@@ -414,8 +414,7 @@ class HistoryService : public CancelableRequestProvider, |
// Implemented by the caller of 'CreateDownload' below, and is called when the |
// history service has created a new entry for a download in the history db. |
- typedef Callback2<int32, int64>::Type |
- DownloadCreateCallback; |
+ typedef Callback1<int32/*id*/>::Type DownloadCreateCallback; |
// Begins a history request to create a new persistent entry for a download. |
// 'info' contains all the download's creation state, and 'callback' runs |
@@ -435,6 +434,7 @@ class HistoryService : public CancelableRequestProvider, |
// at which point 'info' contains an array of DownloadHistoryInfo, one per |
// download. |
Handle QueryDownloads(CancelableRequestConsumerBase* consumer, |
+ history::DownloadQueryParameters::GetNextIdThunk gnit, |
DownloadQueryCallback* callback); |
// Begins a request to clean up entries that has been corrupted (because of |