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

Unified Diff: third_party/WebKit/Source/platform/scheduler/renderer/task_cost_estimator_unittest.cc

Issue 2118903002: scheduler: Move the Blink scheduler into Blink (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebased Created 4 years, 4 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: 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

Powered by Google App Engine
This is Rietveld 408576698