| Index: third_party/WebKit/Source/platform/scheduler/child/worker_global_scope_scheduler.h
|
| diff --git a/third_party/WebKit/Source/platform/scheduler/child/worker_global_scope_scheduler.h b/third_party/WebKit/Source/platform/scheduler/child/worker_global_scope_scheduler.h
|
| index 5e3c7fbd39a4f5f306eb68173f06316b5080bad7..3712cabc2a6100474dba54f5bfab2b89cc899fea 100644
|
| --- a/third_party/WebKit/Source/platform/scheduler/child/worker_global_scope_scheduler.h
|
| +++ b/third_party/WebKit/Source/platform/scheduler/child/worker_global_scope_scheduler.h
|
| @@ -5,9 +5,9 @@
|
| #ifndef THIRD_PARTY_WEBKIT_PUBLIC_PLATFORM_SCHEDULER_WORKER_GLOBAL_SCOPE_SCHEDULER_H_
|
| #define THIRD_PARTY_WEBKIT_PUBLIC_PLATFORM_SCHEDULER_WORKER_GLOBAL_SCOPE_SCHEDULER_H_
|
|
|
| +#include "platform/scheduler/base/task_queue.h"
|
| #include "platform/scheduler/child/web_task_runner_impl.h"
|
| #include "public/platform/WebCommon.h"
|
| -#include "public/platform/scheduler/base/task_queue.h"
|
|
|
| namespace blink {
|
| namespace scheduler {
|
|
|