| 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 765fbe777c80097e28744e93c2ebe84a00d156b8..799217af7b2bf1fe992183bef9c0988d2384e17c 100644
|
| --- a/components/history/core/browser/history_service.h
|
| +++ b/components/history/core/browser/history_service.h
|
| @@ -795,7 +795,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.
|
|
|