| Index: third_party/WebKit/Source/platform/WebTaskRunner.h
|
| diff --git a/third_party/WebKit/Source/platform/WebTaskRunner.h b/third_party/WebKit/Source/platform/WebTaskRunner.h
|
| index 1dda2491edca4f911c72625a362209809d3ed1da..e35fa3892bba14774c8470c8839dae3892e406ab 100644
|
| --- a/third_party/WebKit/Source/platform/WebTaskRunner.h
|
| +++ b/third_party/WebKit/Source/platform/WebTaskRunner.h
|
| @@ -62,7 +62,7 @@ class BLINK_PLATFORM_EXPORT WebTaskRunner
|
| // Schedule a task to be run after |delayMs| on the the associated WebThread.
|
| // Can be called from any thread.
|
| virtual void postDelayedTask(const WebTraceLocation&,
|
| - base::Closure,
|
| + base::OnceClosure,
|
| double delayMs) = 0;
|
|
|
| // Returns true if the current thread is a thread on which a task may be run.
|
|
|