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

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

Issue 1025323003: Introduce a SchedulerHelper in content/child/scheduler (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase 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_single_thread_task_runner.h
diff --git a/content/renderer/scheduler/nestable_single_thread_task_runner.h b/content/child/scheduler/nestable_single_thread_task_runner.h
similarity index 78%
rename from content/renderer/scheduler/nestable_single_thread_task_runner.h
rename to content/child/scheduler/nestable_single_thread_task_runner.h
index 6cb827d5edbf7b49a08d272446ae0409cdbcd4a1..dbacaf8cab52d67aa5965650a5ebd7cf27af9b50 100644
--- a/content/renderer/scheduler/nestable_single_thread_task_runner.h
+++ b/content/child/scheduler/nestable_single_thread_task_runner.h
@@ -2,8 +2,8 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef CONTENT_RENDERER_SCHEDULER_NESTABLE_SINGLE_THREAD_TASK_RUNNER_H_
-#define CONTENT_RENDERER_SCHEDULER_NESTABLE_SINGLE_THREAD_TASK_RUNNER_H_
+#ifndef CONTENT_CHILD_SCHEDULER_NESTABLE_SINGLE_THREAD_TASK_RUNNER_H_
+#define CONTENT_CHILD_SCHEDULER_NESTABLE_SINGLE_THREAD_TASK_RUNNER_H_
#include "base/single_thread_task_runner.h"
#include "content/common/content_export.h"
@@ -28,4 +28,4 @@ class CONTENT_EXPORT NestableSingleThreadTaskRunner
} // namespace content
-#endif // CONTENT_RENDERER_SCHEDULER_NESTABLE_SINGLE_THREAD_TASK_RUNNER_H_
+#endif // CONTENT_CHILD_SCHEDULER_NESTABLE_SINGLE_THREAD_TASK_RUNNER_H_
« no previous file with comments | « content/child/scheduler/cancelable_closure_holder.cc ('k') | content/child/scheduler/nestable_task_runner_for_test.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698