| Index: webrtc/voice_engine/test/auto_test/fixtures/before_streaming_fixture.cc
|
| diff --git a/webrtc/voice_engine/test/auto_test/fixtures/before_streaming_fixture.cc b/webrtc/voice_engine/test/auto_test/fixtures/before_streaming_fixture.cc
|
| index c3dba8397912596b920888f4df6fa8ea063d8261..05e4d85965434b76db11e84f5991d364a1523f52 100644
|
| --- a/webrtc/voice_engine/test/auto_test/fixtures/before_streaming_fixture.cc
|
| +++ b/webrtc/voice_engine/test/auto_test/fixtures/before_streaming_fixture.cc
|
| @@ -12,8 +12,7 @@
|
| #include "webrtc/voice_engine/test/auto_test/fixtures/before_streaming_fixture.h"
|
|
|
| BeforeStreamingFixture::BeforeStreamingFixture()
|
| - : channel_(voe_base_->CreateChannel()),
|
| - transport_(NULL) {
|
| + : channel_(voe_base_->CreateChannel()), transport_(nullptr) {
|
| EXPECT_GE(channel_, 0);
|
|
|
| fake_microphone_input_file_ =
|
|
|