Index: components/scheduler/base/task_queue_sets.h |
diff --git a/components/scheduler/child/task_queue_sets.h b/components/scheduler/base/task_queue_sets.h |
similarity index 91% |
rename from components/scheduler/child/task_queue_sets.h |
rename to components/scheduler/base/task_queue_sets.h |
index c68b6ecc64790df8e3e8293937e2591a55feeb1d..e3b17ec421e553b4e10e0e6f6207d2ce33b94280 100644 |
--- a/components/scheduler/child/task_queue_sets.h |
+++ b/components/scheduler/base/task_queue_sets.h |
@@ -2,15 +2,15 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
-#ifndef COMPONENTS_SCHEDULER_CHILD_TASK_QUEUE_SETS_H_ |
-#define COMPONENTS_SCHEDULER_CHILD_TASK_QUEUE_SETS_H_ |
+#ifndef COMPONENTS_SCHEDULER_BASE_TASK_QUEUE_SETS_H_ |
+#define COMPONENTS_SCHEDULER_BASE_TASK_QUEUE_SETS_H_ |
#include <map> |
#include <vector> |
#include "base/macros.h" |
#include "base/trace_event/trace_event_argument.h" |
-#include "components/scheduler/child/task_queue.h" |
+#include "components/scheduler/base/task_queue.h" |
#include "components/scheduler/scheduler_export.h" |
namespace scheduler { |
@@ -72,4 +72,4 @@ class SCHEDULER_EXPORT TaskQueueSets { |
} // namespace internal |
} // namespace scheduler |
-#endif // COMPONENTS_SCHEDULER_CHILD_TASK_QUEUE_SETS_H_ |
+#endif // COMPONENTS_SCHEDULER_BASE_TASK_QUEUE_SETS_H_ |