summaryrefslogtreecommitdiffstats
path: root/chrome/browser/history/history.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/history/history.h')
-rw-r--r--chrome/browser/history/history.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/history/history.h b/chrome/browser/history/history.h
index 9d2fd20..3fe34ba 100644
--- a/chrome/browser/history/history.h
+++ b/chrome/browser/history/history.h
@@ -408,7 +408,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<const DownloadCreateInfo&, int64>::Type
+ typedef Callback2<DownloadCreateInfo, int64>::Type
DownloadCreateCallback;
// Begins a history request to create a new persistent entry for a download.