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

Unified Diff: components/scheduler/child/idle_helper.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/child/child_scheduler.h ('k') | components/scheduler/child/idle_helper.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/scheduler/child/idle_helper.h
diff --git a/components/scheduler/child/idle_helper.h b/components/scheduler/child/idle_helper.h
index 7b4f5c388aa2acc6ea99cd756de9f8ff4d26ad4d..37ef636d23effe18a57820ef346960a9527a5915 100644
--- a/components/scheduler/child/idle_helper.h
+++ b/components/scheduler/child/idle_helper.h
@@ -6,10 +6,10 @@
#define COMPONENTS_SCHEDULER_CHILD_IDLE_HELPER_H_
#include "base/message_loop/message_loop.h"
-#include "components/scheduler/child/cancelable_closure_holder.h"
+#include "components/scheduler/base/cancelable_closure_holder.h"
+#include "components/scheduler/base/task_queue_selector.h"
#include "components/scheduler/child/scheduler_helper.h"
#include "components/scheduler/child/single_thread_idle_task_runner.h"
-#include "components/scheduler/child/task_queue_selector.h"
#include "components/scheduler/scheduler_export.h"
namespace scheduler {
« no previous file with comments | « components/scheduler/child/child_scheduler.h ('k') | components/scheduler/child/idle_helper.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698