| Index: chrome/browser/history/history.cc
|
| diff --git a/chrome/browser/history/history.cc b/chrome/browser/history/history.cc
|
| index 4ec730149e4ebf3151321b8e5de6ceb5081fd0ae..eb6516cc11cbc136938a647812ae4a55b94c9a1d 100644
|
| --- a/chrome/browser/history/history.cc
|
| +++ b/chrome/browser/history/history.cc
|
| @@ -514,7 +514,7 @@ HistoryService::Handle HistoryService::QueryURL(
|
| // Handle creation of a download by creating an entry in the history service's
|
| // 'downloads' table.
|
| HistoryService::Handle HistoryService::CreateDownload(
|
| - const DownloadCreateInfo& create_info,
|
| + const DownloadHistoryInfo& create_info,
|
| CancelableRequestConsumerBase* consumer,
|
| HistoryService::DownloadCreateCallback* callback) {
|
| return Schedule(PRIORITY_NORMAL, &HistoryBackend::CreateDownload, consumer,
|
|
|