| 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:
|
| //!
|
|
|