| Index: chrome/browser/history/history.cc
|
| diff --git a/chrome/browser/history/history.cc b/chrome/browser/history/history.cc
|
| index b9ad6868e0b82d3eb22c0f6648dcdf1c1b7bb4d0..809ea5a07634a0f9501f2fce3427dc7dfb3a116f 100644
|
| --- a/chrome/browser/history/history.cc
|
| +++ b/chrome/browser/history/history.cc
|
| @@ -310,7 +310,7 @@ HistoryService::Handle HistoryService::QuerySegmentUsageSince(
|
| from_time, max_result_count);
|
| }
|
|
|
| -void HistoryService::SetOnBackendDestroyTask(Task* task) {
|
| +void HistoryService::SetOnBackendDestroyTask(const base::Closure& task) {
|
| ScheduleAndForget(PRIORITY_NORMAL, &HistoryBackend::SetOnBackendDestroyTask,
|
| MessageLoop::current(), task);
|
| }
|
|
|