Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(553)

Unified Diff: webrtc/modules/remote_bitrate_estimator/test/bwe_test_baselinefile.cc

Issue 2685783014: Replace NULL with nullptr in all C++ files. (Closed)
Patch Set: Fixing android. Created 3 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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);
}
}
}

Powered by Google App Engine
This is Rietveld 408576698