Chromium Code Reviews| Index: base/threading/thread_checker_unittest.cc |
| =================================================================== |
| --- base/threading/thread_checker_unittest.cc (revision 106858) |
| +++ base/threading/thread_checker_unittest.cc (working copy) |
| @@ -20,7 +20,7 @@ |
| // Verifies that it was called on the same thread as the constructor. |
| void DoStuff() { |
| - CHECK(CalledOnValidThread()); |
| + DCHECK(CalledOnValidThread()); |
| } |
| void DetachFromThread() { |