Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1102)

Unified Diff: components/scheduler/base/task_queue_sets.h

Issue 1374653003: scheduler: Add a base directory (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixed gn clobber build. Created 5 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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_
« no previous file with comments | « components/scheduler/base/task_queue_selector_unittest.cc ('k') | components/scheduler/base/task_queue_sets.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698