| 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 9c739de8fc7fd1143a17b36e043d72b50c2dd4b6..63e77d9f55d6453b3f5cbc5e4bdef5492e4f39eb 100644
|
| --- a/webrtc/modules/utility/source/process_thread_impl.cc
|
| +++ b/webrtc/modules/utility/source/process_thread_impl.cc
|
| @@ -76,8 +76,8 @@ void ProcessThreadImpl::Start() {
|
| m.module->ProcessThreadAttached(this);
|
| }
|
|
|
| - thread_ = ThreadWrapper::CreateThread(&ProcessThreadImpl::Run, this,
|
| - thread_name_);
|
| + thread_ =
|
| + PlatformThread::CreateThread(&ProcessThreadImpl::Run, this, thread_name_);
|
| RTC_CHECK(thread_->Start());
|
| }
|
|
|
|
|