| Index: content/child/worker_thread_task_runner.cc
|
| diff --git a/content/child/worker_thread_task_runner.cc b/content/child/worker_thread_task_runner.cc
|
| index fb2a5a89c9007dfef3848cec316ac18776bc4b67..8e5b2e75a4e4266e77be471b53bed5361fe17cf8 100644
|
| --- a/content/child/worker_thread_task_runner.cc
|
| +++ b/content/child/worker_thread_task_runner.cc
|
| @@ -5,9 +5,7 @@
|
| #include "content/child/worker_thread_task_runner.h"
|
|
|
| #include "base/logging.h"
|
| -#include "webkit/child/worker_task_runner.h"
|
| -
|
| -using webkit_glue::WorkerTaskRunner;
|
| +#include "content/child/worker_task_runner.h"
|
|
|
| namespace content {
|
|
|
|
|