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

Unified Diff: content/common/set_process_title.h

Issue 649533003: C++11 declares a type safe null pointer (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixed Presubmit errors 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 | « content/common/savable_url_schemes.cc ('k') | content/common/set_process_title_linux.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/common/set_process_title.h
diff --git a/content/common/set_process_title.h b/content/common/set_process_title.h
index 91ea61a89a1a5795fb0aba513c652f73831fbedd..0833c46a1f9ce174db6089c8e77cef0870da7643 100644
--- a/content/common/set_process_title.h
+++ b/content/common/set_process_title.h
@@ -10,7 +10,7 @@ namespace content {
// does nothing if the OS doesn't support or need this capability.
//
// Pass in the argv from main(). On Windows, where there is no argv, you can
-// pass NULL or just don't call this function, since it does nothing. This
+// pass nullptr or just don't call this function, since it does nothing. This
// argv pointer will be cached so if you call this function again, you can pass
// NULL in the second call. This is to support the case where it's called once
// at startup, and later when a zygote is fork()ed. The later call doesn't have
« no previous file with comments | « content/common/savable_url_schemes.cc ('k') | content/common/set_process_title_linux.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698