| Index: components/history/core/browser/history_service.h
|
| diff --git a/components/history/core/browser/history_service.h b/components/history/core/browser/history_service.h
|
| index 9e44870453cab9e894d31ac083b681497cf583a0..c89868c9b4f974503c737d8b635469b089cd8f10 100644
|
| --- a/components/history/core/browser/history_service.h
|
| +++ b/components/history/core/browser/history_service.h
|
| @@ -801,7 +801,7 @@ class HistoryService : public syncer::SyncableService, public KeyedService {
|
|
|
| // Call to schedule a given task for running on the history thread with the
|
| // specified priority. The task will have ownership taken.
|
| - void ScheduleTask(SchedulePriority priority, base::Closure task);
|
| + void ScheduleTask(SchedulePriority priority, base::OnceClosure task);
|
|
|
| // Called when the favicons for the given page URLs (e.g.
|
| // http://www.google.com) and the given icon URL (e.g.
|
|
|