cc: Remove DCHECK code from production.

Use else { DCHECK_IMPLIES(a, b); } instead of else if (a) { DCHECK(b); }

R=enne, vmpstr

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

Cr-Commit-Position: refs/heads/master@{#301206}
1 file changed