Index: chrome/browser/extensions/unpacked_installer.cc |
diff --git a/chrome/browser/extensions/unpacked_installer.cc b/chrome/browser/extensions/unpacked_installer.cc |
index 783b88891c8785718b557f84bb8c8876c9b9e170..cb197ec6e13c279ba32dabb653d0ef32c72fe4fc 100644 |
--- a/chrome/browser/extensions/unpacked_installer.cc |
+++ b/chrome/browser/extensions/unpacked_installer.cc |
@@ -298,7 +298,7 @@ void UnpackedInstaller::ReportExtensionLoadError(const std::string &error) { |
} |
void UnpackedInstaller::ConfirmInstall() { |
- DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI)); |
+ DCHECK_CURRENTLY_ON(BrowserThread::UI); |
base::string16 error = installer_.CheckManagementPolicy(); |
if (!error.empty()) { |
ReportExtensionLoadError(base::UTF16ToUTF8(error)); |