Index: base/threading/thread_task_runner_handle.h |
diff --git a/base/threading/thread_task_runner_handle.h b/base/threading/thread_task_runner_handle.h |
index 7ae85e6dcfa8cdfe36720d8ec81653a86f2bf48a..480a03c9e12dfc505a8593edd361c327ba5aa75e 100644 |
--- a/base/threading/thread_task_runner_handle.h |
+++ b/base/threading/thread_task_runner_handle.h |
@@ -17,7 +17,7 @@ namespace base { |
// in thread-local storage. Callers can then retrieve the TaskRunner |
// for the current thread by calling ThreadTaskRunnerHandle::Get(). |
// At most one TaskRunner may be bound to each thread at a time. |
-// Prefer SequenceTaskRunnerHandle to this unless thread affinity is required. |
+// Prefer SequencedTaskRunnerHandle to this unless thread affinity is required. |
class BASE_EXPORT ThreadTaskRunnerHandle { |
public: |
// Gets the SingleThreadTaskRunner for the current thread. |