Index: trunk/src/chrome/browser/history/history_service.h |
=================================================================== |
--- trunk/src/chrome/browser/history/history_service.h (revision 285001) |
+++ trunk/src/chrome/browser/history/history_service.h (working copy) |
@@ -443,8 +443,8 @@ |
// Generic Stuff ------------------------------------------------------------- |
// Schedules a HistoryDBTask for running on the history backend thread. See |
- // HistoryDBTask for details on what this does. Takes ownership of |task|. |
- virtual void ScheduleDBTask(scoped_ptr<history::HistoryDBTask> task, |
+ // HistoryDBTask for details on what this does. |
+ virtual void ScheduleDBTask(scoped_refptr<history::HistoryDBTask> task, |
base::CancelableTaskTracker* tracker); |
// Adds or removes observers for the VisitDatabase. |