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

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

Issue 1025323003: Introduce a SchedulerHelper in content/child/scheduler (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Ross's suggestions Created 5 years, 9 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/nestable_task_runner_for_test.h
diff --git a/content/renderer/scheduler/nestable_task_runner_for_test.h b/content/child/scheduler/nestable_task_runner_for_test.h
similarity index 95%
rename from content/renderer/scheduler/nestable_task_runner_for_test.h
rename to content/child/scheduler/nestable_task_runner_for_test.h
index 14c10c8eeec26850df97fb0083d16ade36137ac9..c9b9b96478fe0e724596f167233e6f855af9d6eb 100644
--- a/content/renderer/scheduler/nestable_task_runner_for_test.h
+++ b/content/child/scheduler/nestable_task_runner_for_test.h
@@ -5,7 +5,7 @@
#ifndef CONTENT_RENDERER_SCHEDULER_NESTABLE_TASK_RUNNER_FOR_TEST_H_
#define CONTENT_RENDERER_SCHEDULER_NESTABLE_TASK_RUNNER_FOR_TEST_H_
-#include "content/renderer/scheduler/nestable_single_thread_task_runner.h"
+#include "content/child/scheduler/nestable_single_thread_task_runner.h"
namespace content {

Powered by Google App Engine
This is Rietveld 408576698