Index: chrome/browser/sync/profile_sync_test_util.h |
diff --git a/chrome/browser/sync/profile_sync_test_util.h b/chrome/browser/sync/profile_sync_test_util.h |
index b2692dfb36b80fa0c1b610f90fe6e139941f2aa9..2fb42747645beb0ca76ef03bdbb024fdcfc78fc7 100644 |
--- a/chrome/browser/sync/profile_sync_test_util.h |
+++ b/chrome/browser/sync/profile_sync_test_util.h |
@@ -29,7 +29,7 @@ ACTION_P(Notify, type) { |
} |
ACTION(QuitUIMessageLoop) { |
- DCHECK(content::BrowserThread::CurrentlyOn(content::BrowserThread::UI)); |
+ DCHECK_CURRENTLY_ON(content::BrowserThread::UI); |
base::MessageLoop::current()->Quit(); |
} |