| 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 dd6b19aa490f1898e9413cc7fa355269966a4ef5..58ee51076b7ca8971da0ec666a5fae6efd901fa8 100644
|
| --- a/components/history/core/browser/history_service.h
|
| +++ b/components/history/core/browser/history_service.h
|
| @@ -781,7 +781,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, const base::Closure& task);
|
| + void ScheduleTask(SchedulePriority priority, base::Closure task);
|
|
|
| // Called when the favicons for the given page URLs (e.g.
|
| // http://www.google.com) and the given icon URL (e.g.
|
|
|