| Index: third_party/WebKit/Source/platform/scheduler/renderer/task_cost_estimator_unittest.cc
|
| diff --git a/components/scheduler/renderer/task_cost_estimator_unittest.cc b/third_party/WebKit/Source/platform/scheduler/renderer/task_cost_estimator_unittest.cc
|
| similarity index 94%
|
| rename from components/scheduler/renderer/task_cost_estimator_unittest.cc
|
| rename to third_party/WebKit/Source/platform/scheduler/renderer/task_cost_estimator_unittest.cc
|
| index a8297daf49bf6004b657fddbfdb180e2d85fd969..478fc98dcba30dfa0bc9b1106f03dfc125e459f1 100644
|
| --- a/components/scheduler/renderer/task_cost_estimator_unittest.cc
|
| +++ b/third_party/WebKit/Source/platform/scheduler/renderer/task_cost_estimator_unittest.cc
|
| @@ -2,15 +2,16 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "components/scheduler/renderer/task_cost_estimator.h"
|
| +#include "platform/scheduler/renderer/task_cost_estimator.h"
|
|
|
| #include <memory>
|
|
|
| #include "base/test/simple_test_tick_clock.h"
|
| -#include "components/scheduler/base/test_time_source.h"
|
| +#include "platform/scheduler/base/test_time_source.h"
|
| #include "testing/gmock/include/gmock/gmock.h"
|
| #include "testing/gtest/include/gtest/gtest.h"
|
|
|
| +namespace blink {
|
| namespace scheduler {
|
|
|
| class TaskCostEstimatorTest : public testing::Test {
|
| @@ -78,3 +79,4 @@ TEST_F(TaskCostEstimatorTest, NestedRunLoop) {
|
| }
|
|
|
| } // namespace scheduler
|
| +} // namespace blink
|
|
|