| Index: third_party/WebKit/Source/platform/scheduler/test/lazy_scheduler_message_loop_delegate_for_tests.cc
|
| diff --git a/third_party/WebKit/Source/platform/scheduler/test/lazy_scheduler_message_loop_delegate_for_tests.cc b/third_party/WebKit/Source/platform/scheduler/test/lazy_scheduler_message_loop_delegate_for_tests.cc
|
| index c089abf2fa24373bfe8687a881a32332fc835eaf..bd41c59fef331ffed136343a1e3a45d4f71680ac 100644
|
| --- a/third_party/WebKit/Source/platform/scheduler/test/lazy_scheduler_message_loop_delegate_for_tests.cc
|
| +++ b/third_party/WebKit/Source/platform/scheduler/test/lazy_scheduler_message_loop_delegate_for_tests.cc
|
| @@ -68,7 +68,7 @@ bool LazySchedulerMessageLoopDelegateForTests::HasMessageLoop() const {
|
|
|
| bool LazySchedulerMessageLoopDelegateForTests::PostDelayedTask(
|
| const tracked_objects::Location& from_here,
|
| - base::Closure task,
|
| + base::OnceClosure task,
|
| base::TimeDelta delay) {
|
| EnsureMessageLoop();
|
| return original_task_runner_->PostDelayedTask(from_here, std::move(task),
|
| @@ -77,7 +77,7 @@ bool LazySchedulerMessageLoopDelegateForTests::PostDelayedTask(
|
|
|
| bool LazySchedulerMessageLoopDelegateForTests::PostNonNestableDelayedTask(
|
| const tracked_objects::Location& from_here,
|
| - base::Closure task,
|
| + base::OnceClosure task,
|
| base::TimeDelta delay) {
|
| EnsureMessageLoop();
|
| return original_task_runner_->PostNonNestableDelayedTask(
|
|
|