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

Unified Diff: components/scheduler/child/prioritizing_task_queue_selector.cc

Issue 1058873010: Move blink scheduler implementation into a component (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: updates 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/prioritizing_task_queue_selector.cc
diff --git a/content/child/scheduler/prioritizing_task_queue_selector.cc b/components/scheduler/child/prioritizing_task_queue_selector.cc
similarity index 98%
rename from content/child/scheduler/prioritizing_task_queue_selector.cc
rename to components/scheduler/child/prioritizing_task_queue_selector.cc
index 193e81ff106d9a5fc23404f1beb737e9e721e2cb..5275f72b65d2eda7abe4aa77b4985082215cc07b 100644
--- a/content/child/scheduler/prioritizing_task_queue_selector.cc
+++ b/components/scheduler/child/prioritizing_task_queue_selector.cc
@@ -2,13 +2,13 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "content/child/scheduler/prioritizing_task_queue_selector.h"
+#include "components/scheduler/child/prioritizing_task_queue_selector.h"
#include "base/logging.h"
#include "base/pending_task.h"
#include "base/trace_event/trace_event_argument.h"
-namespace content {
+namespace scheduler {
PrioritizingTaskQueueSelector::PrioritizingTaskQueueSelector()
: starvation_count_(0), task_queue_selector_observer_(nullptr) {
@@ -189,4 +189,4 @@ void PrioritizingTaskQueueSelector::SetTaskQueueSelectorObserver(
task_queue_selector_observer_ = observer;
}
-} // namespace content
+} // namespace scheduler

Powered by Google App Engine
This is Rietveld 408576698