Chromium Code Reviews| Index: base/threading/thread_checker_unittest.cc |
| =================================================================== |
| --- base/threading/thread_checker_unittest.cc (revision 107050) |
| +++ 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() { |
| - DCHECK(CalledOnValidThread()); |
| + CHECK(CalledOnValidThread()); |
| } |
| void DetachFromThread() { |