Index: components/nacl/browser/pnacl_host.cc |
diff --git a/components/nacl/browser/pnacl_host.cc b/components/nacl/browser/pnacl_host.cc |
index 206938545f53b80f558254a61f26d18dc4dd2a3b..bae7e97d86cbe722a7d90fde8d5c405f3aab5803 100644 |
--- a/components/nacl/browser/pnacl_host.cc |
+++ b/components/nacl/browser/pnacl_host.cc |
@@ -147,7 +147,7 @@ void PnaclHost::OnCacheInitialized(int net_error) { |
void PnaclHost::Init() { |
// Extra check that we're on the real IO thread since this version of |
// Init isn't used in unit tests. |
- DCHECK(BrowserThread::CurrentlyOn(BrowserThread::IO)); |
+ DCHECK_CURRENTLY_ON(BrowserThread::IO); |
DCHECK(thread_checker_.CalledOnValidThread()); |
base::FilePath cache_path(GetCachePath()); |
if (cache_path.empty() || cache_state_ != CacheUninitialized) |