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

Unified Diff: content/child/webthread_base.cc

Issue 1058873010: Move blink scheduler implementation into a component (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 8 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: content/child/webthread_base.cc
diff --git a/content/child/webthread_base.cc b/content/child/webthread_base.cc
index 818c960ac1f38248f04c8a6a75d3930d1ba87d45..7b418c44d4ab293987cd11affc78aaafe43ef354 100644
--- a/content/child/webthread_base.cc
+++ b/content/child/webthread_base.cc
@@ -11,7 +11,7 @@
#include "base/bind_helpers.h"
#include "base/pending_task.h"
#include "base/threading/platform_thread.h"
-#include "content/child/scheduler/single_thread_idle_task_runner.h"
+#include "components/scheduler/child/single_thread_idle_task_runner.h"
#include "third_party/WebKit/public/platform/WebTraceLocation.h"
namespace content {

Powered by Google App Engine
This is Rietveld 408576698