| Index: webrtc/modules/audio_coding/codecs/isac/fix/test/isac_speed_test.cc
|
| diff --git a/webrtc/modules/audio_coding/codecs/isac/fix/test/isac_speed_test.cc b/webrtc/modules/audio_coding/codecs/isac/fix/test/isac_speed_test.cc
|
| index 276eb60e2805e8e0cca3aa806484571d41ef6b9c..61d66bb8c5defbaf103effa9655a38f4197bd9a0 100644
|
| --- a/webrtc/modules/audio_coding/codecs/isac/fix/test/isac_speed_test.cc
|
| +++ b/webrtc/modules/audio_coding/codecs/isac/fix/test/isac_speed_test.cc
|
| @@ -36,8 +36,7 @@ IsacSpeedTest::IsacSpeedTest()
|
| : AudioCodecSpeedTest(kIsacBlockDurationMs,
|
| kIsacInputSamplingKhz,
|
| kIsacOutputSamplingKhz),
|
| - ISACFIX_main_inst_(NULL) {
|
| -}
|
| + ISACFIX_main_inst_(nullptr) {}
|
|
|
| void IsacSpeedTest::SetUp() {
|
| AudioCodecSpeedTest::SetUp();
|
|
|