Index: chrome/browser/prefetch/prefetch.cc |
diff --git a/chrome/browser/prefetch/prefetch.cc b/chrome/browser/prefetch/prefetch.cc |
index 4b23f86ac7062d8a984ff0b02bc5702407b72644..ad44c43fe47c2594f87a05482a461646732b0b17 100644 |
--- a/chrome/browser/prefetch/prefetch.cc |
+++ b/chrome/browser/prefetch/prefetch.cc |
@@ -16,7 +16,7 @@ |
namespace prefetch { |
bool IsPrefetchEnabled(content::ResourceContext* resource_context) { |
- DCHECK(content::BrowserThread::CurrentlyOn(content::BrowserThread::IO)); |
+ DCHECK_CURRENTLY_ON(content::BrowserThread::IO); |
ProfileIOData* io_data = ProfileIOData::FromResourceContext(resource_context); |
return chrome_browser_net::CanPrefetchAndPrerenderIO(io_data) && |