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

Unified Diff: webrtc/base/common.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/base/common.cc
diff --git a/webrtc/base/common.cc b/webrtc/base/common.cc
index 07eb0b1c339d6db1f16ce0313326744e9afb45c1..f7fabcb99eace95ca0a8e22ad5ed844fdc5679bc 100644
--- a/webrtc/base/common.cc
+++ b/webrtc/base/common.cc
@@ -45,7 +45,7 @@ void Break() {
// debugger is attached, we'll continue from here.
}
-static AssertLogger custom_assert_logger_ = NULL;
+static AssertLogger custom_assert_logger_ = nullptr;
void SetCustomAssertLogger(AssertLogger logger) {
custom_assert_logger_ = logger;

Powered by Google App Engine
This is Rietveld 408576698