| 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;
|
|
|