Index: chrome/browser/metrics/thread_watcher_android.cc |
diff --git a/chrome/browser/metrics/thread_watcher_android.cc b/chrome/browser/metrics/thread_watcher_android.cc |
index 74aab6a4f99a1e8f285e7c24bd805c154232ecb6..67b92f09134dbaab9dd9f24d81c76f74bc6fe6ef 100644 |
--- a/chrome/browser/metrics/thread_watcher_android.cc |
+++ b/chrome/browser/metrics/thread_watcher_android.cc |
@@ -24,7 +24,7 @@ bool g_application_has_stopped = false; |
void OnApplicationStateChange( |
base::android::ApplicationState application_state) { |
- DCHECK(content::BrowserThread::CurrentlyOn(content::BrowserThread::UI)); |
+ DCHECK_CURRENTLY_ON(content::BrowserThread::UI); |
if (application_state == |
base::android::APPLICATION_STATE_HAS_STOPPED_ACTIVITIES) { |
g_application_has_stopped = true; |