| Index: content/child/webthread_base.cc
|
| diff --git a/content/child/webthread_base.cc b/content/child/webthread_base.cc
|
| index 818c960ac1f38248f04c8a6a75d3930d1ba87d45..7b418c44d4ab293987cd11affc78aaafe43ef354 100644
|
| --- a/content/child/webthread_base.cc
|
| +++ b/content/child/webthread_base.cc
|
| @@ -11,7 +11,7 @@
|
| #include "base/bind_helpers.h"
|
| #include "base/pending_task.h"
|
| #include "base/threading/platform_thread.h"
|
| -#include "content/child/scheduler/single_thread_idle_task_runner.h"
|
| +#include "components/scheduler/child/single_thread_idle_task_runner.h"
|
| #include "third_party/WebKit/public/platform/WebTraceLocation.h"
|
|
|
| namespace content {
|
|
|