Index: chrome/browser/search/hotword_service.cc |
diff --git a/chrome/browser/search/hotword_service.cc b/chrome/browser/search/hotword_service.cc |
index db9d85faa3bde9292d20191cc704ce296d722528..b42b2e1b415319f3c65e4e4d9f8529655259bdbb 100644 |
--- a/chrome/browser/search/hotword_service.cc |
+++ b/chrome/browser/search/hotword_service.cc |
@@ -183,7 +183,7 @@ void RecordHotwordEnabledMetric(HotwordService *service, Profile* profile) { |
} |
ExtensionService* GetExtensionService(Profile* profile) { |
- DCHECK(content::BrowserThread::CurrentlyOn(content::BrowserThread::UI)); |
+ DCHECK_CURRENTLY_ON(content::BrowserThread::UI); |
extensions::ExtensionSystem* extension_system = |
extensions::ExtensionSystem::Get(profile); |