| Index: components/scheduler/base/task_queue_impl.h
|
| diff --git a/components/scheduler/child/task_queue_impl.h b/components/scheduler/base/task_queue_impl.h
|
| similarity index 96%
|
| rename from components/scheduler/child/task_queue_impl.h
|
| rename to components/scheduler/base/task_queue_impl.h
|
| index 7aef6caf46c722c74789aea707726ed656865294..8e2fa6340611438c5ce4d653d0c63b6f5aa64d8d 100644
|
| --- a/components/scheduler/child/task_queue_impl.h
|
| +++ b/components/scheduler/base/task_queue_impl.h
|
| @@ -2,8 +2,8 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef CONTENT_RENDERER_SCHEDULER_TASK_QUEUE_IMPL_H_
|
| -#define CONTENT_RENDERER_SCHEDULER_TASK_QUEUE_IMPL_H_
|
| +#ifndef CONTENT_RENDERER_SCHEDULER_BASE_TASK_QUEUE_IMPL_H_
|
| +#define CONTENT_RENDERER_SCHEDULER_BASE_TASK_QUEUE_IMPL_H_
|
|
|
| #include <set>
|
|
|
| @@ -11,8 +11,8 @@
|
| #include "base/threading/thread_checker.h"
|
| #include "base/trace_event/trace_event.h"
|
| #include "base/trace_event/trace_event_argument.h"
|
| -#include "components/scheduler/child/lazy_now.h"
|
| -#include "components/scheduler/child/task_queue.h"
|
| +#include "components/scheduler/base/lazy_now.h"
|
| +#include "components/scheduler/base/task_queue.h"
|
| #include "components/scheduler/scheduler_export.h"
|
|
|
| namespace scheduler {
|
| @@ -209,4 +209,4 @@ class SCHEDULER_EXPORT TaskQueueImpl final : public TaskQueue {
|
| } // namespace internal
|
| } // namespace scheduler
|
|
|
| -#endif // CONTENT_RENDERER_SCHEDULER_TASK_QUEUE_IMPL_H_
|
| +#endif // CONTENT_RENDERER_SCHEDULER_BASE_TASK_QUEUE_IMPL_H_
|
|
|