diff options
Diffstat (limited to 'chrome/browser/net/url_request_mock_util.cc')
-rw-r--r-- | chrome/browser/net/url_request_mock_util.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/net/url_request_mock_util.cc b/chrome/browser/net/url_request_mock_util.cc index 8b6f080..7c0d96f 100644 --- a/chrome/browser/net/url_request_mock_util.cc +++ b/chrome/browser/net/url_request_mock_util.cc @@ -22,7 +22,7 @@ namespace chrome_browser_net { void SetUrlRequestMocksEnabled(bool enabled) { // Since this involves changing the net::URLRequest ProtocolFactory, we need // to run on the IO thread. - DCHECK(BrowserThread::CurrentlyOn(BrowserThread::IO)); + DCHECK_CURRENTLY_ON(BrowserThread::IO); if (enabled) { // We have to look around for our helper files, but we only use |