Index: third_party/WebKit/Source/platform/scheduler/base/test_time_source.cc |
diff --git a/components/scheduler/base/test_time_source.cc b/third_party/WebKit/Source/platform/scheduler/base/test_time_source.cc |
similarity index 83% |
rename from components/scheduler/base/test_time_source.cc |
rename to third_party/WebKit/Source/platform/scheduler/base/test_time_source.cc |
index 6bbe83ba2a94dc8bf83311c3c005e3733c5600a5..ea193a47d9abd3831699f7c1c36863d7822ba8da 100644 |
--- a/components/scheduler/base/test_time_source.cc |
+++ b/third_party/WebKit/Source/platform/scheduler/base/test_time_source.cc |
@@ -2,8 +2,9 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
-#include "components/scheduler/base/test_time_source.h" |
+#include "platform/scheduler/base/test_time_source.h" |
+namespace blink { |
namespace scheduler { |
TestTimeSource::TestTimeSource(base::SimpleTestTickClock* time_source) |
@@ -18,3 +19,4 @@ base::TimeTicks TestTimeSource::NowTicks() { |
} |
} // namespace scheduler |
+} // namespace blink |