| Index: talk/app/webrtc/peerconnection_unittest.cc
|
| diff --git a/talk/app/webrtc/peerconnection_unittest.cc b/talk/app/webrtc/peerconnection_unittest.cc
|
| index 08e6cef1c6731939ac530ad018aae75c4e3e3843..c077fe003f322b5b1ca846bfe2bb2edcd5dee244 100644
|
| --- a/talk/app/webrtc/peerconnection_unittest.cc
|
| +++ b/talk/app/webrtc/peerconnection_unittest.cc
|
| @@ -518,8 +518,7 @@ class PeerConnectionTestClientBase
|
| if (!allocator_factory_) {
|
| return false;
|
| }
|
| - fake_audio_capture_module_ = FakeAudioCaptureModule::Create(
|
| - rtc::Thread::Current());
|
| + fake_audio_capture_module_ = FakeAudioCaptureModule::Create();
|
|
|
| if (fake_audio_capture_module_ == NULL) {
|
| return false;
|
|
|