| Index: third_party/WebKit/Source/platform/scheduler/child/scheduler_tqm_delegate_impl.h
|
| diff --git a/components/scheduler/child/scheduler_tqm_delegate_impl.h b/third_party/WebKit/Source/platform/scheduler/child/scheduler_tqm_delegate_impl.h
|
| similarity index 78%
|
| rename from components/scheduler/child/scheduler_tqm_delegate_impl.h
|
| rename to third_party/WebKit/Source/platform/scheduler/child/scheduler_tqm_delegate_impl.h
|
| index aca86e2616592157aaa2eed25d23adb00e67e7cd..23188c8737790aabda60940792ab69acfb49f55a 100644
|
| --- a/components/scheduler/child/scheduler_tqm_delegate_impl.h
|
| +++ b/third_party/WebKit/Source/platform/scheduler/child/scheduler_tqm_delegate_impl.h
|
| @@ -2,20 +2,21 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef COMPONENTS_SCHEDULER_CHILD_SCHEDULER_TQM_DELEGATE_IMPL_H_
|
| -#define COMPONENTS_SCHEDULER_CHILD_SCHEDULER_TQM_DELEGATE_IMPL_H_
|
| +#ifndef THIRD_PARTY_WEBKIT_SOURCE_PLATFORM_SCHEDULER_CHILD_SCHEDULER_TQM_DELEGATE_IMPL_H_
|
| +#define THIRD_PARTY_WEBKIT_SOURCE_PLATFORM_SCHEDULER_CHILD_SCHEDULER_TQM_DELEGATE_IMPL_H_
|
|
|
| #include <memory>
|
|
|
| #include "base/macros.h"
|
| #include "base/message_loop/message_loop.h"
|
| #include "base/time/tick_clock.h"
|
| -#include "components/scheduler/child/scheduler_tqm_delegate.h"
|
| -#include "components/scheduler/scheduler_export.h"
|
| +#include "platform/scheduler/child/scheduler_tqm_delegate.h"
|
|
|
| +namespace blink {
|
| namespace scheduler {
|
|
|
| -class SCHEDULER_EXPORT SchedulerTqmDelegateImpl : public SchedulerTqmDelegate {
|
| +class BLINK_PLATFORM_EXPORT SchedulerTqmDelegateImpl
|
| + : public SchedulerTqmDelegate {
|
| public:
|
| // |message_loop| is not owned and must outlive the lifetime of this object.
|
| static scoped_refptr<SchedulerTqmDelegateImpl> Create(
|
| @@ -52,5 +53,6 @@ class SCHEDULER_EXPORT SchedulerTqmDelegateImpl : public SchedulerTqmDelegate {
|
| };
|
|
|
| } // namespace scheduler
|
| +} // namespace blink
|
|
|
| -#endif // COMPONENTS_SCHEDULER_CHILD_SCHEDULER_TQM_DELEGATE_IMPL_H_
|
| +#endif // THIRD_PARTY_WEBKIT_SOURCE_PLATFORM_SCHEDULER_CHILD_SCHEDULER_TQM_DELEGATE_IMPL_H_
|
|
|