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

Unified Diff: third_party/WebKit/Source/platform/scheduler/DEPS

Issue 2726523002: Pass Callback to TaskRunner by value and consume it on invocation (1) (Closed)
Patch Set: s/base::ResetAndReturn/std::move/ 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: third_party/WebKit/Source/platform/scheduler/DEPS
diff --git a/third_party/WebKit/Source/platform/scheduler/DEPS b/third_party/WebKit/Source/platform/scheduler/DEPS
index 6958aa7e404f5acfa9109005ac7afee06747044e..b3539087329545c014f16d1baa69166091284918 100644
--- a/third_party/WebKit/Source/platform/scheduler/DEPS
+++ b/third_party/WebKit/Source/platform/scheduler/DEPS
@@ -3,6 +3,7 @@ include_rules = [
"+base/atomicops.h",
"+base/bind_helpers.h",
"+base/callback.h",
+ "+base/callback_helpers.h",
"+base/cancelable_callback.h",
"+base/command_line.h",
"+base/compiler_specific.h",

Powered by Google App Engine
This is Rietveld 408576698