Index: chrome/browser/history/history_service.h |
diff --git a/chrome/browser/history/history_service.h b/chrome/browser/history/history_service.h |
index 76cd07d91da3283dd5e3a8bde8edbd176a8d1ca1..6cb5aeeeedba55bcadf5d4f303d6dc9e244d6384 100644 |
--- a/chrome/browser/history/history_service.h |
+++ b/chrome/browser/history/history_service.h |
@@ -443,8 +443,8 @@ class HistoryService : public CancelableRequestProvider, |
// Generic Stuff ------------------------------------------------------------- |
// Schedules a HistoryDBTask for running on the history backend thread. See |
- // HistoryDBTask for details on what this does. |
- virtual void ScheduleDBTask(scoped_refptr<history::HistoryDBTask> task, |
+ // HistoryDBTask for details on what this does. Takes ownership of |task|. |
+ virtual void ScheduleDBTask(scoped_ptr<history::HistoryDBTask> task, |
base::CancelableTaskTracker* tracker); |
// Adds or removes observers for the VisitDatabase. |