summaryrefslogtreecommitdiffstats
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 99f9dd4a597..09a6fa5c505 100644
--- a/chromium/base/threading/thread.h
+++ b/chromium/base/threading/thread.h
@@ -58,7 +58,7 @@ class BASE_EXPORT Thread : PlatformThread::Delegate {
// Constructor.
// name is a display string to identify the thread.
- explicit Thread(const char* name);
+ explicit Thread(const std::string& name);
// Destroys the thread, stopping it if necessary.
//