| Index: chrome/browser/history/history_service.h
|
| diff --git a/chrome/browser/history/history_service.h b/chrome/browser/history/history_service.h
|
| index 0200814ddbf5527103750471e4378006e7af0994..f6d73b1b3cdb77ae0967983be8db3f9f0f78981d 100644
|
| --- a/chrome/browser/history/history_service.h
|
| +++ b/chrome/browser/history/history_service.h
|
| @@ -446,8 +446,8 @@ class HistoryService : public CancelableRequestProvider,
|
|
|
| // Schedules a HistoryDBTask for running on the history backend thread. See
|
| // HistoryDBTask for details on what this does.
|
| - virtual void ScheduleDBTask(history::HistoryDBTask* task,
|
| - CancelableRequestConsumerBase* consumer);
|
| + virtual void ScheduleDBTask(scoped_refptr<history::HistoryDBTask> task,
|
| + base::CancelableTaskTracker* tracker);
|
|
|
| // Adds or removes observers for the VisitDatabase.
|
| void AddVisitDatabaseObserver(history::VisitDatabaseObserver* observer);
|
|
|