Index: content/browser/utility_process_host_impl.cc |
diff --git a/content/browser/utility_process_host_impl.cc b/content/browser/utility_process_host_impl.cc |
index 576d5103388c6cbb002e57734c91853ed0596b58..df1eb132cb1edcda762d5c709ddf1cbf6f87afdb 100644 |
--- a/content/browser/utility_process_host_impl.cc |
+++ b/content/browser/utility_process_host_impl.cc |
@@ -110,7 +110,7 @@ UtilityProcessHostImpl::UtilityProcessHostImpl( |
} |
UtilityProcessHostImpl::~UtilityProcessHostImpl() { |
- DCHECK(BrowserThread::CurrentlyOn(BrowserThread::IO)); |
+ DCHECK_CURRENTLY_ON(BrowserThread::IO); |
if (is_batch_mode_) |
EndBatchMode(); |