| Index: chrome/browser/history/history_service.cc
|
| diff --git a/chrome/browser/history/history_service.cc b/chrome/browser/history/history_service.cc
|
| index e38cbcf1a23af739b70d555a482f616341437e23..98759c476fd41b57d1aecd8daddbb55964c3e15c 100644
|
| --- a/chrome/browser/history/history_service.cc
|
| +++ b/chrome/browser/history/history_service.cc
|
| @@ -457,8 +457,10 @@ HistoryService::Handle HistoryService::QuerySegmentDurationSince(
|
|
|
| void HistoryService::SetOnBackendDestroyTask(const base::Closure& task) {
|
| DCHECK(thread_checker_.CalledOnValidThread());
|
| - ScheduleAndForget(PRIORITY_NORMAL, &HistoryBackend::SetOnBackendDestroyTask,
|
| - MessageLoop::current(), task);
|
| + ScheduleAndForget(PRIORITY_NORMAL,
|
| + &HistoryBackend::SetOnBackendDestroyTask,
|
| + base::MessageLoop::current(),
|
| + task);
|
| }
|
|
|
| void HistoryService::AddPage(const GURL& url,
|
|
|