summaryrefslogtreecommitdiff
path: root/chromium/base/threading/thread.h
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/base/threading/thread.h')
-rw-r--r--chromium/base/threading/thread.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/chromium/base/threading/thread.h b/chromium/base/threading/thread.h
index b0191543eea..3b943054033 100644
--- a/chromium/base/threading/thread.h
+++ b/chromium/base/threading/thread.h
@@ -30,7 +30,7 @@ class MessagePump;
class RunLoop;
// IMPORTANT: Instead of creating a base::Thread, consider using
-// base::Create(Sequenced|SingleThread)TaskRunnerWithTraits().
+// base::Create(Sequenced|SingleThread)TaskRunner().
//
// A simple thread abstraction that establishes a MessageLoop on a new thread.
// The consumer uses the MessageLoop of the thread to cause code to execute on