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

Unified Diff: tools/gn/value.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/trace.cc ('k') | tools/gn/value_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/gn/value.cc
diff --git a/tools/gn/value.cc b/tools/gn/value.cc
index f800bf39593a0a341b66194570521425b9003a0c..6dfe23417a4a4d6ee3183e613561bc7f434b1c18 100644
--- a/tools/gn/value.cc
+++ b/tools/gn/value.cc
@@ -12,7 +12,7 @@ Value::Value()
: type_(NONE),
boolean_value_(false),
int_value_(0),
- origin_(NULL) {
+ origin_(nullptr) {
}
Value::Value(const ParseNode* origin, Type t)
« no previous file with comments | « tools/gn/trace.cc ('k') | tools/gn/value_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698