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

Unified Diff: tools/gn/substitution_list.cc

Issue 798333005: tools/gn: Pass clang-modernize -use-nullptr over it. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: address Brett's review - revert some clang-format changes Created 6 years 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
« no previous file with comments | « tools/gn/string_utils_unittest.cc ('k') | tools/gn/substitution_pattern.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/gn/substitution_list.cc
diff --git a/tools/gn/substitution_list.cc b/tools/gn/substitution_list.cc
index 85f2d712378cacf86421c2e1160e93290c7e3568..a5bd30bf647c65277fe6d8dc209788ed22a7bec4 100644
--- a/tools/gn/substitution_list.cc
+++ b/tools/gn/substitution_list.cc
@@ -59,7 +59,7 @@ SubstitutionList SubstitutionList::MakeForTest(
Err err;
SubstitutionList result;
- result.Parse(input_strings, NULL, &err);
+ result.Parse(input_strings, nullptr, &err);
return result;
}
« no previous file with comments | « tools/gn/string_utils_unittest.cc ('k') | tools/gn/substitution_pattern.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698