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

Unified Diff: third_party/crashpad/crashpad/util/misc/initialization_state_dcheck.h

Issue 2555353002: Update Crashpad to 32981a3ee9d7c2769fb27afa038fe2e194cfa329 (Closed)
Patch Set: fix readme Created 4 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
Index: third_party/crashpad/crashpad/util/misc/initialization_state_dcheck.h
diff --git a/third_party/crashpad/crashpad/util/misc/initialization_state_dcheck.h b/third_party/crashpad/crashpad/util/misc/initialization_state_dcheck.h
index e45a6f820ef2fa4a324f70e14d60b2012a91d487..7b6df9863ba2da864fb2a4d52bf9c1ea0531d2dc 100644
--- a/third_party/crashpad/crashpad/util/misc/initialization_state_dcheck.h
+++ b/third_party/crashpad/crashpad/util/misc/initialization_state_dcheck.h
@@ -35,9 +35,9 @@ namespace crashpad {
//! Initialize() methods. The chief advantage of InitializationStateDcheck over
//! having a member variable to track state is that when the only use of the
//! variable is to DCHECK, it wastes space (in memory and executable code) in
-//! non-DCHECK builds unless the code is also peppered with ugly #ifdefs.
+//! non-DCHECK builds unless the code is also peppered with ugly `#%ifdef`s.
//!
-//! This implementation concentrates the ugly #ifdefs in one location.
+//! This implementation concentrates the ugly `#%ifdef`s in one location.
//!
//! Usage:
//!
« no previous file with comments | « third_party/crashpad/crashpad/util/misc/arraysize_unsafe_test.cc ('k') | third_party/crashpad/crashpad/util/misc/metrics.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698