Index: chrome/browser/history/history_backend.h |
diff --git a/chrome/browser/history/history_backend.h b/chrome/browser/history/history_backend.h |
index 976e19d48e38d59d6888f6cb3d8e0a503ab76eb9..19421cb90262ceb252efe88686d340dca6376385 100644 |
--- a/chrome/browser/history/history_backend.h |
+++ b/chrome/browser/history/history_backend.h |
@@ -243,6 +243,7 @@ class HistoryBackend : public base::RefCountedThreadSafe<HistoryBackend>, |
// Downloads ----------------------------------------------------------------- |
+ void GetNextDownloadId(scoped_refptr<DownloadNextIdRequest> request); |
void QueryDownloads(scoped_refptr<DownloadQueryRequest> request); |
void CleanUpInProgressEntries(); |
void UpdateDownload(int64 received_bytes, int32 state, int64 db_handle); |