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

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

Issue 1025323003: Introduce a SchedulerHelper in content/child/scheduler (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Added the delegate 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/task_queue_selector.h
diff --git a/content/renderer/scheduler/task_queue_selector.h b/content/child/scheduler/task_queue_selector.h
similarity index 86%
rename from content/renderer/scheduler/task_queue_selector.h
rename to content/child/scheduler/task_queue_selector.h
index ad315806491ada4cd233416c0ee954e8ec30e986..7e85fe2d45c94f632f3a3a61f34ade63750012d0 100644
--- a/content/renderer/scheduler/task_queue_selector.h
+++ b/content/child/scheduler/task_queue_selector.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_TASK_QUEUE_SELECTOR_H_
-#define CONTENT_RENDERER_SCHEDULER_TASK_QUEUE_SELECTOR_H_
+#ifndef CONTENT_CHILD_SCHEDULER_TASK_QUEUE_SELECTOR_H_
+#define CONTENT_CHILD_SCHEDULER_TASK_QUEUE_SELECTOR_H_
#include <vector>
@@ -40,4 +40,4 @@ class TaskQueueSelector {
} // namespace content
-#endif // CONTENT_RENDERER_SCHEDULER_TASK_QUEUE_SELECTOR_H_
+#endif // CONTENT_CHILD_SCHEDULER_TASK_QUEUE_SELECTOR_H_

Powered by Google App Engine
This is Rietveld 408576698