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

Unified Diff: webrtc/pc/quicdatachannel_unittest.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/pc/quicdatachannel_unittest.cc
diff --git a/webrtc/pc/quicdatachannel_unittest.cc b/webrtc/pc/quicdatachannel_unittest.cc
index 649c36feb9d2f4eecf3e8ad75d4547ef786f930f..02cdac8283437594b2995fc7868a339c7225dfed 100644
--- a/webrtc/pc/quicdatachannel_unittest.cc
+++ b/webrtc/pc/quicdatachannel_unittest.cc
@@ -603,7 +603,7 @@ TEST_F(QuicDataChannelTest, DoesNotChangeStateWhenTransportChannelReconnects) {
EXPECT_EQ(0, observer.on_state_change_count());
}
-// Tests that SetTransportChannel returns false when setting a NULL transport
+// Tests that SetTransportChannel returns false when setting a null transport
// channel or a transport channel that is not equivalent to the one already set.
TEST_F(QuicDataChannelTest, SetTransportChannelReturnValue) {
rtc::scoped_refptr<QuicDataChannel> data_channel =

Powered by Google App Engine
This is Rietveld 408576698