Index: webrtc/modules/utility/source/process_thread_impl.cc |
diff --git a/webrtc/modules/utility/source/process_thread_impl.cc b/webrtc/modules/utility/source/process_thread_impl.cc |
index eab0d9a117f267e6ef814d11744814f686bdc8a1..51b7494d8f9ce4116f192ba7f34cf0d7f34258f6 100644 |
--- a/webrtc/modules/utility/source/process_thread_impl.cc |
+++ b/webrtc/modules/utility/source/process_thread_impl.cc |
@@ -77,7 +77,7 @@ void ProcessThreadImpl::Start() { |
} |
thread_ = ThreadWrapper::CreateThread(&ProcessThreadImpl::Run, this, |
- thread_name_.c_str()); |
+ thread_name_); |
CHECK(thread_->Start()); |
} |