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

Unified Diff: util/test/multiprocess_exec.h

Issue 656703002: Convert NULL to nullptr (Closed) Base URL: https://chromium.googlesource.com/crashpad/crashpad@master
Patch Set: Fix 80-column violations Created 6 years, 2 months 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 | « util/test/multiprocess.cc ('k') | util/test/multiprocess_exec.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: util/test/multiprocess_exec.h
diff --git a/util/test/multiprocess_exec.h b/util/test/multiprocess_exec.h
index a5c0f11c705034eeed7a343218bd0e1cf4014252..fecdfb37bbd16c22c3a643d8210efebbca195e51 100644
--- a/util/test/multiprocess_exec.h
+++ b/util/test/multiprocess_exec.h
@@ -46,7 +46,7 @@ class MultiprocessExec : public Multiprocess {
//! \param[in] arguments The command-line arguments to pass to the child
//! process in its `argv[]` vector. This vector must begin at `argv[1]`,
//! as \a command is implicitly used as `argv[0]`. This argument may be
- //! `NULL` if no command-line arguments are to be passed.
+ //! `nullptr` if no command-line arguments are to be passed.
void SetChildCommand(const std::string& command,
const std::vector<std::string>* arguments);
« no previous file with comments | « util/test/multiprocess.cc ('k') | util/test/multiprocess_exec.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698