nisse c80e741ad0 Replace ASSERT(false) by RTC_NOTREACHED().
This cl was produced by

  git grep -l 'ASSERT(false)' |\
    xargs -n1 sed -i 's/ASSERT(false)/RTC_NOTREACHED()/'

followed by additional includes of base/checks.h in affected files,
git cl format to adjust spacing in webrtc/base/transformadapter.cc.
Finally, to make presubmit happy, one unnamed TODO marker was deleted
in that file.

This is a step towards deletion of base/common.h.

BUG=webrtc:6424

Review-Url: https://codereview.webrtc.org/2625003003
Cr-Commit-Position: refs/heads/master@{#16009}
2017-01-11 13:56:46 +00:00
..
2016-04-26 12:28:18 +00:00
2016-04-26 12:28:18 +00:00
2016-11-12 17:53:08 +00:00
2016-10-25 16:47:31 +00:00
2016-04-26 12:28:18 +00:00
2016-11-16 19:11:38 +00:00
2016-04-26 12:28:18 +00:00