Index: webrtc/modules/remote_bitrate_estimator/test/bwe_test_baselinefile.cc |
diff --git a/webrtc/modules/remote_bitrate_estimator/test/bwe_test_baselinefile.cc b/webrtc/modules/remote_bitrate_estimator/test/bwe_test_baselinefile.cc |
index 7ba95f0b76aa546da4b784676e0e414124f54d43..f1d1c5f2cdc434552f7f2319cee8f35134caf95e 100644 |
--- a/webrtc/modules/remote_bitrate_estimator/test/bwe_test_baselinefile.cc |
+++ b/webrtc/modules/remote_bitrate_estimator/test/bwe_test_baselinefile.cc |
@@ -73,7 +73,7 @@ class BaseLineFileVerify : public BaseLineFileInterface { |
} else { |
printf("ERROR: Baseline differs starting at: %d ms (%d vs %d)!\n", |
static_cast<uint32_t>(time_ms), estimate_bps, read_bps); |
- reader_.reset(NULL); |
+ reader_.reset(nullptr); |
} |
} |
} |