| 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
|
|
|