diff options
Diffstat (limited to 'chrome/browser/sync/profile_sync_test_util.cc')
-rw-r--r-- | chrome/browser/sync/profile_sync_test_util.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/sync/profile_sync_test_util.cc b/chrome/browser/sync/profile_sync_test_util.cc index 565c5ad8..087a4d2 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)); |