| Index: webrtc/system_wrappers/source/data_log.cc
|
| diff --git a/webrtc/system_wrappers/source/data_log.cc b/webrtc/system_wrappers/source/data_log.cc
|
| index dbc8ea1505939a03f070479e06c4c23e49c69753..c25971d98a2f6d3d8f99a2930002c14659fb9a8c 100644
|
| --- a/webrtc/system_wrappers/source/data_log.cc
|
| +++ b/webrtc/system_wrappers/source/data_log.cc
|
| @@ -348,8 +348,8 @@ int DataLogImpl::CreateLog() {
|
| }
|
|
|
| int DataLogImpl::Init() {
|
| - file_writer_thread_ = ThreadWrapper::CreateThread(
|
| - DataLogImpl::Run, instance_, "DataLog");
|
| + file_writer_thread_ =
|
| + PlatformThread::CreateThread(DataLogImpl::Run, instance_, "DataLog");
|
| bool success = file_writer_thread_->Start();
|
| if (!success)
|
| return -1;
|
|
|