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

Unified Diff: webrtc/voice_engine/test/auto_test/fixtures/before_streaming_fixture.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/voice_engine/test/auto_test/fixtures/before_streaming_fixture.cc
diff --git a/webrtc/voice_engine/test/auto_test/fixtures/before_streaming_fixture.cc b/webrtc/voice_engine/test/auto_test/fixtures/before_streaming_fixture.cc
index c3dba8397912596b920888f4df6fa8ea063d8261..05e4d85965434b76db11e84f5991d364a1523f52 100644
--- a/webrtc/voice_engine/test/auto_test/fixtures/before_streaming_fixture.cc
+++ b/webrtc/voice_engine/test/auto_test/fixtures/before_streaming_fixture.cc
@@ -12,8 +12,7 @@
#include "webrtc/voice_engine/test/auto_test/fixtures/before_streaming_fixture.h"
BeforeStreamingFixture::BeforeStreamingFixture()
- : channel_(voe_base_->CreateChannel()),
- transport_(NULL) {
+ : channel_(voe_base_->CreateChannel()), transport_(nullptr) {
EXPECT_GE(channel_, 0);
fake_microphone_input_file_ =

Powered by Google App Engine
This is Rietveld 408576698