Use
#if DCHECK_IS_ON() in base/threading/thread_checker.h

Use #if DCHECK_IS_ON() instead of
(!defined(NDEBUG) || defined(DCHECK_ALWAYS_ON)) in
base/threading/thread_checker.h because it
is same thing and more succinct and centralized.

Review URL: https://codereview.chromium.org/1324673002

Cr-Commit-Position: refs/heads/master@{#346574}


CrOS-Libchrome-Original-Commit: 3e81715e6d3a4324362635aea46ce1f1a163cca1
1 file changed
tree: c7071237fc860809dd6f2e82cef6411e8471b4cf
  1. base/
  2. build/
  3. components/
  4. dbus/
  5. device/
  6. ipc/
  7. mojo/
  8. testing/
  9. third_party/
  10. ui/