Index: chrome/browser/sync/profile_sync_test_util.cc |
diff --git a/chrome/browser/sync/profile_sync_test_util.cc b/chrome/browser/sync/profile_sync_test_util.cc |
index 565c5ad8e98f8f29fb2e394ab1bf5212b1591457..087a4d25c93db6bece1e5de9521328ceda6754b7 100644 |
--- a/chrome/browser/sync/profile_sync_test_util.cc |
+++ b/chrome/browser/sync/profile_sync_test_util.cc |
@@ -27,7 +27,7 @@ void ThreadNotifier::Notify(int type, |
void ThreadNotifier::Notify(int type, |
const content::NotificationSource& source, |
const content::NotificationDetails& details) { |
- DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI)); |
+ DCHECK_CURRENTLY_ON(BrowserThread::UI); |
notify_thread_->message_loop()->PostTask( |
FROM_HERE, |
base::Bind(&ThreadNotifier::NotifyTask, this, type, source, details)); |