Index: third_party/WebKit/Source/platform/scheduler/base/test_time_source.h |
diff --git a/components/scheduler/base/test_time_source.h b/third_party/WebKit/Source/platform/scheduler/base/test_time_source.h |
similarity index 70% |
rename from components/scheduler/base/test_time_source.h |
rename to third_party/WebKit/Source/platform/scheduler/base/test_time_source.h |
index 9ff57f0202e48ad39b8f7819b5fe96d409e5c26c..2148cfc398f6010157feea7416766d65468de91a 100644 |
--- a/components/scheduler/base/test_time_source.h |
+++ b/third_party/WebKit/Source/platform/scheduler/base/test_time_source.h |
@@ -2,14 +2,15 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
-#ifndef COMPONENTS_SCHEDULER_BASE_TEST_TIME_SOURCE_H_ |
-#define COMPONENTS_SCHEDULER_BASE_TEST_TIME_SOURCE_H_ |
+#ifndef THIRD_PARTY_WEBKIT_SOURCE_PLATFORM_SCHEDULER_BASE_TEST_TIME_SOURCE_H_ |
+#define THIRD_PARTY_WEBKIT_SOURCE_PLATFORM_SCHEDULER_BASE_TEST_TIME_SOURCE_H_ |
#include "base/macros.h" |
#include "base/memory/ref_counted.h" |
#include "base/test/simple_test_tick_clock.h" |
#include "base/time/tick_clock.h" |
+namespace blink { |
namespace scheduler { |
class TestTimeSource : public base::TickClock { |
@@ -27,5 +28,6 @@ class TestTimeSource : public base::TickClock { |
}; |
} // namespace scheduler |
+} // namespace blink |
-#endif // COMPONENTS_SCHEDULER_BASE_TEST_TIME_SOURCE_H_ |
+#endif // THIRD_PARTY_WEBKIT_SOURCE_PLATFORM_SCHEDULER_BASE_TEST_TIME_SOURCE_H_ |