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

Unified Diff: webrtc/modules/rtp_rtcp/source/rtp_format_vp8_test_helper.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/rtp_rtcp/source/rtp_format_vp8_test_helper.cc
diff --git a/webrtc/modules/rtp_rtcp/source/rtp_format_vp8_test_helper.cc b/webrtc/modules/rtp_rtcp/source/rtp_format_vp8_test_helper.cc
index 8b20aebb90aff7e11ae60b690eaf2c172053689b..3dae3c1f7af43c26fdb25e26978d2f33450780db 100644
--- a/webrtc/modules/rtp_rtcp/source/rtp_format_vp8_test_helper.cc
+++ b/webrtc/modules/rtp_rtcp/source/rtp_format_vp8_test_helper.cc
@@ -21,9 +21,9 @@ constexpr RtpPacketToSend::ExtensionManager* kNoExtensions = nullptr;
RtpFormatVp8TestHelper::RtpFormatVp8TestHelper(const RTPVideoHeaderVP8* hdr)
: packet_(kNoExtensions),
- payload_data_(NULL),
- data_ptr_(NULL),
- fragmentation_(NULL),
+ payload_data_(nullptr),
+ data_ptr_(nullptr),
+ fragmentation_(nullptr),
hdr_info_(hdr),
payload_start_(0),
payload_size_(0),

Powered by Google App Engine
This is Rietveld 408576698