DescriptionUse #if DCHECK_IS_ON() in base/strings/string_piece.*
Use #if DCHECK_IS_ON() instead of
(!defined(NDEBUG) || defined(DCHECK_ALWAYS_ON))
in base/strings/string_piece.* because it is
same thing and more succinct and centralized.
Committed: https://crrev.com/570930fc8fdb676b9a60fb4d4a7b029569518da9
Cr-Commit-Position: refs/heads/master@{#353605}
Patch Set 1 #
Messages
Total messages: 7 (2 generated)
|