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

Unified Diff: components/scheduler/base/task_queue_impl.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
« no previous file with comments | « components/scheduler/base/task_queue.cc ('k') | components/scheduler/base/task_queue_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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_
« no previous file with comments | « components/scheduler/base/task_queue.cc ('k') | components/scheduler/base/task_queue_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698