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

Unified Diff: tools/gn/builder_record.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/builder.cc ('k') | tools/gn/builder_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/gn/builder_record.cc
diff --git a/tools/gn/builder_record.cc b/tools/gn/builder_record.cc
index 066b1ea8030cb2cfdd3a207897936d4b44a1073e..842dbc4c556716ff23a19792f760804475e2f722 100644
--- a/tools/gn/builder_record.cc
+++ b/tools/gn/builder_record.cc
@@ -9,7 +9,7 @@
BuilderRecord::BuilderRecord(ItemType type, const Label& label)
: type_(type),
label_(label),
- originally_referenced_from_(NULL),
+ originally_referenced_from_(nullptr),
should_generate_(false),
resolved_(false) {
}
« no previous file with comments | « tools/gn/builder.cc ('k') | tools/gn/builder_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698