Replace DCHECK with CHECK.
commit87f0414d9c4e44bb5369538ce292bef1ccb71b89
authorgangwu <gangwu@chromium.org>
Mon, 6 Jul 2015 22:51:54 +0000 (6 15:51 -0700)
committerCommit bot <commit-bot@chromium.org>
Mon, 6 Jul 2015 22:52:20 +0000 (6 22:52 +0000)
tree57899dd57f2b4a444a335e68a6a6652b5ac2c9df
parent2ded6897cf01c9335ba31722912b20ff25949a05
Replace DCHECK with CHECK.

In the bug 332371, position "successor" is empty and cause UniquePosition::Between call crashes later.
So for getting more crash dump info, we make this change to let crash earlier(it will crash anyway later).

BUG=332371

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

Cr-Commit-Position: refs/heads/master@{#337505}
sync/syncable/directory.cc