| Index: third_party/WebKit/Source/platform/scheduler/base/test_count_uses_time_source.h
|
| diff --git a/components/scheduler/base/test_count_uses_time_source.h b/third_party/WebKit/Source/platform/scheduler/base/test_count_uses_time_source.h
|
| similarity index 66%
|
| rename from components/scheduler/base/test_count_uses_time_source.h
|
| rename to third_party/WebKit/Source/platform/scheduler/base/test_count_uses_time_source.h
|
| index 92dbc1965b734f5ad43d820c2618613c50d916ee..cdefe0e9c665252c258add5bb4a0f26a9879db3d 100644
|
| --- a/components/scheduler/base/test_count_uses_time_source.h
|
| +++ b/third_party/WebKit/Source/platform/scheduler/base/test_count_uses_time_source.h
|
| @@ -2,12 +2,13 @@
|
| // 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_COUNT_USES_TIME_SOURCE_H_
|
| -#define COMPONENTS_SCHEDULER_BASE_TEST_COUNT_USES_TIME_SOURCE_H_
|
| +#ifndef THIRD_PARTY_WEBKIT_SOURCE_PLATFORM_SCHEDULER_BASE_TEST_COUNT_USES_TIME_SOURCE_H_
|
| +#define THIRD_PARTY_WEBKIT_SOURCE_PLATFORM_SCHEDULER_BASE_TEST_COUNT_USES_TIME_SOURCE_H_
|
|
|
| #include "base/macros.h"
|
| #include "base/time/tick_clock.h"
|
|
|
| +namespace blink {
|
| namespace scheduler {
|
|
|
| class TestCountUsesTimeSource : public base::TickClock {
|
| @@ -25,5 +26,6 @@ class TestCountUsesTimeSource : public base::TickClock {
|
| };
|
|
|
| } // namespace scheduler
|
| +} // namespace blink
|
|
|
| -#endif // COMPONENTS_SCHEDULER_BASE_TEST_COUNT_USES_TIME_SOURCE_H_
|
| +#endif // THIRD_PARTY_WEBKIT_SOURCE_PLATFORM_SCHEDULER_BASE_TEST_COUNT_USES_TIME_SOURCE_H_
|
|
|