diff options
Diffstat (limited to 'chrome/browser/sync/glue/sync_backend_host_impl_unittest.cc')
-rw-r--r-- | chrome/browser/sync/glue/sync_backend_host_impl_unittest.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/sync/glue/sync_backend_host_impl_unittest.cc b/chrome/browser/sync/glue/sync_backend_host_impl_unittest.cc index 00216ff..bbc5a4d 100644 --- a/chrome/browser/sync/glue/sync_backend_host_impl_unittest.cc +++ b/chrome/browser/sync/glue/sync_backend_host_impl_unittest.cc @@ -260,7 +260,7 @@ class SyncBackendHostTest : public testing::Test { } void IssueRefreshRequest(syncer::ModelTypeSet types) { - DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI)); + DCHECK_CURRENTLY_ON(BrowserThread::UI); content::NotificationService::current()->Notify( chrome::NOTIFICATION_SYNC_REFRESH_LOCAL, |