Index: chrome/browser/download/download_crx_util.cc |
diff --git a/chrome/browser/download/download_crx_util.cc b/chrome/browser/download/download_crx_util.cc |
index 28ba4ab6b0477f80a1a7ef93287ba9235700b432..6a2ed6374fe28b05edc28ff98b4a15b9e6c7f2ca 100644 |
--- a/chrome/browser/download/download_crx_util.cc |
+++ b/chrome/browser/download/download_crx_util.cc |
@@ -94,7 +94,7 @@ scoped_refptr<extensions::CrxInstaller> CreateCrxInstaller( |
scoped_refptr<extensions::CrxInstaller> OpenChromeExtension( |
Profile* profile, |
const DownloadItem& download_item) { |
- DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI)); |
+ DCHECK_CURRENTLY_ON(BrowserThread::UI); |
scoped_refptr<extensions::CrxInstaller> installer( |
CreateCrxInstaller(profile, download_item)); |