Index: chrome/browser/extensions/api/web_navigation/web_navigation_apitest.cc |
diff --git a/chrome/browser/extensions/api/web_navigation/web_navigation_apitest.cc b/chrome/browser/extensions/api/web_navigation/web_navigation_apitest.cc |
index 5103cae8afde697a53d8d3c4367d64b877a37093..8418a661bf6945f86aa9ff71fa157109190762fa 100644 |
--- a/chrome/browser/extensions/api/web_navigation/web_navigation_apitest.cc |
+++ b/chrome/browser/extensions/api/web_navigation/web_navigation_apitest.cc |
@@ -92,7 +92,7 @@ class TestNavigationListener |
content::ResourceThrottle* CreateResourceThrottle( |
const GURL& url, |
ResourceType::Type resource_type) { |
- DCHECK(content::BrowserThread::CurrentlyOn(content::BrowserThread::IO)); |
+ DCHECK_CURRENTLY_ON(content::BrowserThread::IO); |
if (urls_to_delay_.find(url) == urls_to_delay_.end()) |
return NULL; |