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

Unified Diff: components/scheduler/child/prioritizing_task_queue_selector_unittest.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_unittest.cc
diff --git a/content/child/scheduler/prioritizing_task_queue_selector_unittest.cc b/components/scheduler/child/prioritizing_task_queue_selector_unittest.cc
similarity index 98%
rename from content/child/scheduler/prioritizing_task_queue_selector_unittest.cc
rename to components/scheduler/child/prioritizing_task_queue_selector_unittest.cc
index f055f3d3f318568f3b5f19136208599483436a3b..81a2a945e6fbbd8b1f474bcebfdad97c29e525bf 100644
--- a/content/child/scheduler/prioritizing_task_queue_selector_unittest.cc
+++ b/components/scheduler/child/prioritizing_task_queue_selector_unittest.cc
@@ -2,7 +2,7 @@
// 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/bind.h"
#include "base/memory/scoped_ptr.h"
@@ -11,10 +11,9 @@
#include "testing/gmock/include/gmock/gmock.h"
#include "testing/gtest/include/gtest/gtest.h"
-namespace content {
+namespace scheduler {
-class MockObserver
- : public TaskQueueSelector::Observer {
+class MockObserver : public TaskQueueSelector::Observer {
public:
MockObserver() {}
virtual ~MockObserver() {}
@@ -246,4 +245,4 @@ TEST_F(PrioritizingTaskQueueSelectorTest, TestBestEffortGetsStarved) {
}
}
-} // namespace content
+} // namespace scheduler
« no previous file with comments | « components/scheduler/child/prioritizing_task_queue_selector.cc ('k') | components/scheduler/child/scheduler_helper.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698