| Index: components/data_reduction_proxy/content/browser/data_reduction_proxy_debug_resource_throttle.cc
|
| diff --git a/components/data_reduction_proxy/content/browser/data_reduction_proxy_debug_resource_throttle.cc b/components/data_reduction_proxy/content/browser/data_reduction_proxy_debug_resource_throttle.cc
|
| index cc340ca1e89cbca89970032111fb540786d58c40..1b00b190ae339b5d664e56fdd5d473d57efbcac3 100644
|
| --- a/components/data_reduction_proxy/content/browser/data_reduction_proxy_debug_resource_throttle.cc
|
| +++ b/components/data_reduction_proxy/content/browser/data_reduction_proxy_debug_resource_throttle.cc
|
| @@ -45,7 +45,7 @@ DataReductionProxyDebugResourceThrottle::MaybeCreate(
|
| void DataReductionProxyDebugResourceThrottle::StartDisplayingBlockingPage(
|
| scoped_refptr<DataReductionProxyDebugUIManager> ui_manager,
|
| const DataReductionProxyDebugUIManager::BypassResource& resource) {
|
| - DCHECK(content::BrowserThread::CurrentlyOn(content::BrowserThread::UI));
|
| + DCHECK_CURRENTLY_ON(content::BrowserThread::UI);
|
| ui_manager->DisplayBlockingPage(resource);
|
| }
|
|
|
|
|