Index: tools/gn/command_desc.cc |
diff --git a/tools/gn/command_desc.cc b/tools/gn/command_desc.cc |
index 4cdc3f2be955411cd2a1d71b3511709e1a44fae5..6defd373cd2e9817e5d695df04f883d8261962bd 100644 |
--- a/tools/gn/command_desc.cc |
+++ b/tools/gn/command_desc.cc |
@@ -112,7 +112,7 @@ void PrintDeps(const Target* target, bool display_header) { |
if (cmdline->HasSwitch("all")) { |
// Show all tree deps with no eliding. |
- RecursivePrintDeps(target, toolchain_label, NULL, 1); |
+ RecursivePrintDeps(target, toolchain_label, nullptr, 1); |
} else { |
// Don't recurse into duplicates. |
std::set<const Target*> seen_targets; |