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

Unified Diff: net/tools/transport_security_state_generator/resources/transport_security_state_static.template

Issue 2752913002: Convert NULL to nullptr in transport security state generator. (Closed)
Patch Set: Created 3 years, 9 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 | « net/tools/transport_security_state_generator/preloaded_state_generator.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/tools/transport_security_state_generator/resources/transport_security_state_static.template
diff --git a/net/tools/transport_security_state_generator/resources/transport_security_state_static.template b/net/tools/transport_security_state_generator/resources/transport_security_state_static.template
index be15c42521814100dde8082aa3f8825c73980418..87a2511da7dabf6c4c3712bd61cdc7283321d2bc 100644
--- a/net/tools/transport_security_state_generator/resources/transport_security_state_static.template
+++ b/net/tools/transport_security_state_generator/resources/transport_security_state_static.template
@@ -21,7 +21,7 @@ static const char* const kExpectStapleReportURIs[] = [[EXPECT_STAPLE_REPORT_URIS
// kNoRejectedPublicKeys is a placeholder for when no public keys are rejected.
static const char* const kNoRejectedPublicKeys[] = {
- NULL,
+ nullptr,
};
// kNoReportURI is a placeholder for when a pinset does not have a report URI.
« no previous file with comments | « net/tools/transport_security_state_generator/preloaded_state_generator.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698