Index: tools/gn/location.cc |
diff --git a/tools/gn/location.cc b/tools/gn/location.cc |
index e4dbc10c59ba1bff3624124a2e376f6e14d3203d..7a18786e57cb45b73c73710ed4b06abc4268e112 100644 |
--- a/tools/gn/location.cc |
+++ b/tools/gn/location.cc |
@@ -9,7 +9,7 @@ |
#include "tools/gn/input_file.h" |
Location::Location() |
- : file_(NULL), |
+ : file_(nullptr), |
line_number_(-1), |
char_offset_(-1) { |
} |