Index: mojo/public/cpp/bindings/tests/validation_test_input_parser.cc |
diff --git a/mojo/public/cpp/bindings/tests/validation_test_input_parser.cc b/mojo/public/cpp/bindings/tests/validation_test_input_parser.cc |
index f5a5962d9f87510b5e5db3758685f7c4f8b41ab1..f5b5a017b898611a8c6e14a5d3b833239a31b773 100644 |
--- a/mojo/public/cpp/bindings/tests/validation_test_input_parser.cc |
+++ b/mojo/public/cpp/bindings/tests/validation_test_input_parser.cc |
@@ -384,7 +384,7 @@ bool ValidationTestInputParser::StartsWith(const Range& range, |
bool ValidationTestInputParser::ConvertToUnsignedInteger( |
const std::string& value_string, |
unsigned long long int* value) { |
- const char* format = NULL; |
+ const char* format = nullptr; |
if (value_string.find_first_of("xX") != std::string::npos) |
format = "%llx"; |
else |