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

Unified Diff: cc/test/fake_impl_task_runner_provider.h

Issue 2118903002: scheduler: Move the Blink scheduler into Blink (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Really fixed the test failure this time Created 4 years, 4 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: cc/test/fake_impl_task_runner_provider.h
diff --git a/cc/test/fake_impl_task_runner_provider.h b/cc/test/fake_impl_task_runner_provider.h
index 2a6b8d6d2ef5205d2110bb3154a51a3379320188..b8968dc5e6a6a85cbd8d539e95e11d3977332256 100644
--- a/cc/test/fake_impl_task_runner_provider.h
+++ b/cc/test/fake_impl_task_runner_provider.h
@@ -9,10 +9,6 @@
#include "cc/trees/single_thread_proxy.h"
#include "cc/trees/task_runner_provider.h"
-namespace base {
-class SingleThreadIdleTaskRunner;
-}
-
namespace cc {
class FakeImplTaskRunnerProvider : public TaskRunnerProvider {

Powered by Google App Engine
This is Rietveld 408576698