| Index: content/child/scheduler/task_queue_selector.h
|
| diff --git a/content/renderer/scheduler/task_queue_selector.h b/content/child/scheduler/task_queue_selector.h
|
| similarity index 86%
|
| rename from content/renderer/scheduler/task_queue_selector.h
|
| rename to content/child/scheduler/task_queue_selector.h
|
| index ad315806491ada4cd233416c0ee954e8ec30e986..7e85fe2d45c94f632f3a3a61f34ade63750012d0 100644
|
| --- a/content/renderer/scheduler/task_queue_selector.h
|
| +++ b/content/child/scheduler/task_queue_selector.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_SELECTOR_H_
|
| -#define CONTENT_RENDERER_SCHEDULER_TASK_QUEUE_SELECTOR_H_
|
| +#ifndef CONTENT_CHILD_SCHEDULER_TASK_QUEUE_SELECTOR_H_
|
| +#define CONTENT_CHILD_SCHEDULER_TASK_QUEUE_SELECTOR_H_
|
|
|
| #include <vector>
|
|
|
| @@ -40,4 +40,4 @@ class TaskQueueSelector {
|
|
|
| } // namespace content
|
|
|
| -#endif // CONTENT_RENDERER_SCHEDULER_TASK_QUEUE_SELECTOR_H_
|
| +#endif // CONTENT_CHILD_SCHEDULER_TASK_QUEUE_SELECTOR_H_
|
|
|