Index: content/child/worker_thread_task_runner.h |
diff --git a/content/child/worker_thread_task_runner.h b/content/child/worker_thread_task_runner.h |
index a4fbc913bdffa4e9d6ae6239ec77d3af37081149..54b9ea0bc984348ceb38032f4700f16b5d925ebf 100644 |
--- a/content/child/worker_thread_task_runner.h |
+++ b/content/child/worker_thread_task_runner.h |
@@ -10,7 +10,7 @@ |
namespace content { |
// A task runner that runs tasks on a single webkit worker thread which |
-// is managed by webkit_glue::WorkerTaskRunner. |
+// is managed by WorkerTaskRunner. |
// Note that this implementation ignores the delay duration for PostDelayedTask |
// and have it behave the same as PostTask. |
class WorkerThreadTaskRunner : public base::TaskRunner { |