| Index: webrtc/modules/rtp_rtcp/test/BWEStandAlone/TestLoadGenerator.cc
|
| diff --git a/webrtc/modules/rtp_rtcp/test/BWEStandAlone/TestLoadGenerator.cc b/webrtc/modules/rtp_rtcp/test/BWEStandAlone/TestLoadGenerator.cc
|
| index 0e3e87976c878686d212b90d3bc34cd1487402e9..236ceae9370fe117c2aa276b7d20bfc1600e0d48 100644
|
| --- a/webrtc/modules/rtp_rtcp/test/BWEStandAlone/TestLoadGenerator.cc
|
| +++ b/webrtc/modules/rtp_rtcp/test/BWEStandAlone/TestLoadGenerator.cc
|
| @@ -76,8 +76,8 @@ int32_t TestLoadGenerator::Start (const char *threadName)
|
|
|
| _eventPtr = EventWrapper::Create();
|
|
|
| - _genThread = ThreadWrapper::CreateThread(SenderThreadFunction, this,
|
| - threadName);
|
| + _genThread =
|
| + PlatformThread::CreateThread(SenderThreadFunction, this, threadName);
|
| _running = true;
|
|
|
| _genThread->Start();
|
|
|