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

Unified Diff: content/child/scheduler/webthread_impl_for_worker_scheduler_unittest.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/scheduler/webthread_impl_for_worker_scheduler_unittest.cc
diff --git a/content/child/scheduler/webthread_impl_for_worker_scheduler_unittest.cc b/content/child/scheduler/webthread_impl_for_worker_scheduler_unittest.cc
index b03749a620889fa3aee22c64e41726ff6e3f6cba..1c71e86d3ad2491ea6c9484c69bed1ec614d7990 100644
--- a/content/child/scheduler/webthread_impl_for_worker_scheduler_unittest.cc
+++ b/content/child/scheduler/webthread_impl_for_worker_scheduler_unittest.cc
@@ -5,7 +5,7 @@
#include "content/child/scheduler/webthread_impl_for_worker_scheduler.h"
#include "base/synchronization/waitable_event.h"
-#include "content/child/scheduler/worker_scheduler_impl.h"
+#include "components/scheduler/child/worker_scheduler_impl.h"
#include "testing/gmock/include/gmock/gmock.h"
#include "testing/gtest/include/gtest/gtest.h"
#include "third_party/WebKit/public/platform/WebTraceLocation.h"

Powered by Google App Engine
This is Rietveld 408576698