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

Unified Diff: base/task_scheduler/scheduler_thread_pool_impl.h

Issue 1903133003: TaskScheduler: Avoid Sequence refcount bump in GetWork() (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: review:robliao/fdoray#14-15 Created 4 years, 8 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: base/task_scheduler/scheduler_thread_pool_impl.h
diff --git a/base/task_scheduler/scheduler_thread_pool_impl.h b/base/task_scheduler/scheduler_thread_pool_impl.h
index 77cb4d8a44ecc16c9510acd9e4998f415ae3ce8c..4e282f1d55ff20c988ed2163e210d5a040e668f1 100644
--- a/base/task_scheduler/scheduler_thread_pool_impl.h
+++ b/base/task_scheduler/scheduler_thread_pool_impl.h
@@ -31,7 +31,6 @@ namespace base {
namespace internal {
class DelayedTaskManager;
-struct SequenceSortKey;
class TaskTracker;
// A pool of threads that run Tasks. This class is thread-safe.

Powered by Google App Engine
This is Rietveld 408576698