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

Unified Diff: components/scheduler/child/nestable_task_runner_for_test.h

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: components/scheduler/child/nestable_task_runner_for_test.h
diff --git a/content/child/scheduler/nestable_task_runner_for_test.h b/components/scheduler/child/nestable_task_runner_for_test.h
similarity index 92%
rename from content/child/scheduler/nestable_task_runner_for_test.h
rename to components/scheduler/child/nestable_task_runner_for_test.h
index c9b9b96478fe0e724596f167233e6f855af9d6eb..69056204872eca8e3199f0e25b2225f4a1c51491 100644
--- a/content/child/scheduler/nestable_task_runner_for_test.h
+++ b/components/scheduler/child/nestable_task_runner_for_test.h
@@ -5,9 +5,9 @@
#ifndef CONTENT_RENDERER_SCHEDULER_NESTABLE_TASK_RUNNER_FOR_TEST_H_
#define CONTENT_RENDERER_SCHEDULER_NESTABLE_TASK_RUNNER_FOR_TEST_H_
-#include "content/child/scheduler/nestable_single_thread_task_runner.h"
+#include "components/scheduler/child/nestable_single_thread_task_runner.h"
-namespace content {
+namespace scheduler {
class NestableTaskRunnerForTest : public NestableSingleThreadTaskRunner {
public:
@@ -39,6 +39,6 @@ class NestableTaskRunnerForTest : public NestableSingleThreadTaskRunner {
DISALLOW_COPY_AND_ASSIGN(NestableTaskRunnerForTest);
};
-} // namespace content
+} // namespace scheduler
#endif // CONTENT_RENDERER_SCHEDULER_NESTABLE_TASK_RUNNER_FOR_TEST_H_

Powered by Google App Engine
This is Rietveld 408576698