Index: chrome/browser/extensions/extension_warning_service.cc |
diff --git a/chrome/browser/extensions/extension_warning_service.cc b/chrome/browser/extensions/extension_warning_service.cc |
index 2acda5fda1aaed3bcb5015c30f34b019ce80654a..37ce1ee240236144bf985cf0dd25082bf4ca7e5f 100644 |
--- a/chrome/browser/extensions/extension_warning_service.cc |
+++ b/chrome/browser/extensions/extension_warning_service.cc |
@@ -93,7 +93,7 @@ void ExtensionWarningService::AddWarnings( |
void ExtensionWarningService::NotifyWarningsOnUI( |
void* profile_id, |
const ExtensionWarningSet& warnings) { |
- DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI)); |
+ DCHECK_CURRENTLY_ON(BrowserThread::UI); |
Profile* profile = reinterpret_cast<Profile*>(profile_id); |
if (!profile || |
!g_browser_process->profile_manager() || |