| Index: components/scheduler/base/task_queue_impl.h
|
| diff --git a/components/scheduler/base/task_queue_impl.h b/components/scheduler/base/task_queue_impl.h
|
| index 98977a2bce5fe9e9f235308a528ede6b5d739199..e298abc0b9dbca674e6590c9a3046cb38ab64035 100644
|
| --- a/components/scheduler/base/task_queue_impl.h
|
| +++ b/components/scheduler/base/task_queue_impl.h
|
| @@ -5,8 +5,11 @@
|
| #ifndef CONTENT_RENDERER_SCHEDULER_BASE_TASK_QUEUE_IMPL_H_
|
| #define CONTENT_RENDERER_SCHEDULER_BASE_TASK_QUEUE_IMPL_H_
|
|
|
| +#include <stddef.h>
|
| +
|
| #include <set>
|
|
|
| +#include "base/macros.h"
|
| #include "base/pending_task.h"
|
| #include "base/threading/thread_checker.h"
|
| #include "base/trace_event/trace_event.h"
|
|
|