| Index: core/fxcrt/fx_basic_bstring_unittest.cpp
|
| diff --git a/core/fxcrt/fx_basic_bstring_unittest.cpp b/core/fxcrt/fx_basic_bstring_unittest.cpp
|
| index 220105aa9548186be58fd17b5e5b3ae1e61258d7..cfdf2794b42ea2fcf72ebca2a665a6669f2664c4 100644
|
| --- a/core/fxcrt/fx_basic_bstring_unittest.cpp
|
| +++ b/core/fxcrt/fx_basic_bstring_unittest.cpp
|
| @@ -758,7 +758,7 @@ TEST(fxcrt, ByteStringCFromChar) {
|
| CFX_ByteStringC nul_string_from_char(nul);
|
| CFX_ByteStringC lower_a_string_from_char(lower_a);
|
|
|
| - // Pointer to nul, not NULL ptr, hence length 1 ...
|
| + // Pointer to nul, not nullptr ptr, hence length 1 ...
|
| EXPECT_EQ(1, nul_string_from_char.GetLength());
|
| EXPECT_NE(null_string, nul_string_from_char);
|
|
|
|
|