Index: chrome/browser/history/history_backend.h |
diff --git a/chrome/browser/history/history_backend.h b/chrome/browser/history/history_backend.h |
index 127142896838af9ce043ba43997f629a51ad3e65..2b914c35c926298d0295b3d2fcd0c95cdb049ee4 100644 |
--- a/chrome/browser/history/history_backend.h |
+++ b/chrome/browser/history/history_backend.h |
@@ -236,6 +236,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); |