| Index: ios/web/web_thread_impl.h
|
| diff --git a/ios/web/web_thread_impl.h b/ios/web/web_thread_impl.h
|
| index adc59cd8dea4cb392bfc53cf6dfcceabb3eff576..34ae3d22f88cd896416badf94b39c5dc166db29d 100644
|
| --- a/ios/web/web_thread_impl.h
|
| +++ b/ios/web/web_thread_impl.h
|
| @@ -48,7 +48,7 @@ class WebThreadImpl : public WebThread, public base::Thread {
|
|
|
| static bool PostTaskHelper(WebThread::ID identifier,
|
| const tracked_objects::Location& from_here,
|
| - const base::Closure& task,
|
| + base::OnceClosure task,
|
| base::TimeDelta delay,
|
| bool nestable);
|
|
|
|
|