Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(93)

Unified Diff: ios/web/web_thread_impl.h

Issue 2637843002: Migrate base::TaskRunner from Closure to OnceClosure (Closed)
Patch Set: rebase without dcheck_in_ref_count Created 3 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: ios/web/web_thread_impl.h
diff --git a/ios/web/web_thread_impl.h b/ios/web/web_thread_impl.h
index 1341d63bd48066b7c0dd6ed31653f2f3224a7bdd..c2e388bd9613ac5d59d90f09d6a7e514b9131171 100644
--- a/ios/web/web_thread_impl.h
+++ b/ios/web/web_thread_impl.h
@@ -49,7 +49,7 @@ class WebThreadImpl : public WebThread, public base::Thread {
static bool PostTaskHelper(WebThread::ID identifier,
const tracked_objects::Location& from_here,
- base::Closure task,
+ base::OnceClosure task,
base::TimeDelta delay,
bool nestable);

Powered by Google App Engine
This is Rietveld 408576698