| Index: content/child/scheduler/nestable_single_thread_task_runner.h
|
| diff --git a/content/renderer/scheduler/nestable_single_thread_task_runner.h b/content/child/scheduler/nestable_single_thread_task_runner.h
|
| similarity index 78%
|
| rename from content/renderer/scheduler/nestable_single_thread_task_runner.h
|
| rename to content/child/scheduler/nestable_single_thread_task_runner.h
|
| index 6cb827d5edbf7b49a08d272446ae0409cdbcd4a1..dbacaf8cab52d67aa5965650a5ebd7cf27af9b50 100644
|
| --- a/content/renderer/scheduler/nestable_single_thread_task_runner.h
|
| +++ b/content/child/scheduler/nestable_single_thread_task_runner.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_NESTABLE_SINGLE_THREAD_TASK_RUNNER_H_
|
| -#define CONTENT_RENDERER_SCHEDULER_NESTABLE_SINGLE_THREAD_TASK_RUNNER_H_
|
| +#ifndef CONTENT_CHILD_SCHEDULER_NESTABLE_SINGLE_THREAD_TASK_RUNNER_H_
|
| +#define CONTENT_CHILD_SCHEDULER_NESTABLE_SINGLE_THREAD_TASK_RUNNER_H_
|
|
|
| #include "base/single_thread_task_runner.h"
|
| #include "content/common/content_export.h"
|
| @@ -28,4 +28,4 @@ class CONTENT_EXPORT NestableSingleThreadTaskRunner
|
|
|
| } // namespace content
|
|
|
| -#endif // CONTENT_RENDERER_SCHEDULER_NESTABLE_SINGLE_THREAD_TASK_RUNNER_H_
|
| +#endif // CONTENT_CHILD_SCHEDULER_NESTABLE_SINGLE_THREAD_TASK_RUNNER_H_
|
|
|