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

Unified Diff: components/scheduler/child/nestable_task_runner_for_test.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: components/scheduler/child/nestable_task_runner_for_test.cc
diff --git a/content/child/scheduler/nestable_task_runner_for_test.cc b/components/scheduler/child/nestable_task_runner_for_test.cc
similarity index 92%
rename from content/child/scheduler/nestable_task_runner_for_test.cc
rename to components/scheduler/child/nestable_task_runner_for_test.cc
index abab53bb0ff0d7245dc901e10156464c448da06f..42e1264d43ce4b08ad58520c82874637e4daac92 100644
--- a/content/child/scheduler/nestable_task_runner_for_test.cc
+++ b/components/scheduler/child/nestable_task_runner_for_test.cc
@@ -2,9 +2,9 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "content/child/scheduler/nestable_task_runner_for_test.h"
+#include "components/scheduler/child/nestable_task_runner_for_test.h"
-namespace content {
+namespace scheduler {
// static
scoped_refptr<NestableTaskRunnerForTest> NestableTaskRunnerForTest::Create(
@@ -46,4 +46,4 @@ void NestableTaskRunnerForTest::SetNested(bool is_nested) {
is_nested_ = is_nested;
}
-} // namespace content
+} // namespace scheduler

Powered by Google App Engine
This is Rietveld 408576698