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

Unified Diff: tools/gn/function_get_path_info_unittest.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/function_get_label_info_unittest.cc ('k') | tools/gn/function_get_target_outputs.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/gn/function_get_path_info_unittest.cc
diff --git a/tools/gn/function_get_path_info_unittest.cc b/tools/gn/function_get_path_info_unittest.cc
index 1756c0c3f4c84a81e7e2fbfad4416f3f56a21dee..855e217accf508b52379003854118564185606fc 100644
--- a/tools/gn/function_get_path_info_unittest.cc
+++ b/tools/gn/function_get_path_info_unittest.cc
@@ -19,8 +19,8 @@ class GetPathInfoTest : public testing::Test {
FunctionCallNode function;
std::vector<Value> args;
- args.push_back(Value(NULL, input));
- args.push_back(Value(NULL, what));
+ args.push_back(Value(nullptr, input));
+ args.push_back(Value(nullptr, what));
Err err;
Value result = functions::RunGetPathInfo(setup_.scope(), &function,
« no previous file with comments | « tools/gn/function_get_label_info_unittest.cc ('k') | tools/gn/function_get_target_outputs.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698