Index: chrome/browser/safe_browsing/client_side_detection_host_unittest.cc |
diff --git a/chrome/browser/safe_browsing/client_side_detection_host_unittest.cc b/chrome/browser/safe_browsing/client_side_detection_host_unittest.cc |
index d6f20d68449d145f9cffd6097e16d607732134aa..382460e3efac3ad99a734ca7426c3d52c2ef65b1 100644 |
--- a/chrome/browser/safe_browsing/client_side_detection_host_unittest.cc |
+++ b/chrome/browser/safe_browsing/client_side_detection_host_unittest.cc |
@@ -138,7 +138,7 @@ class MockSafeBrowsingUIManager : public SafeBrowsingUIManager { |
// Helper function which calls OnBlockingPageComplete for this client |
// object. |
void InvokeOnBlockingPageComplete(const UrlCheckCallback& callback) { |
- DCHECK(BrowserThread::CurrentlyOn(BrowserThread::IO)); |
+ DCHECK_CURRENTLY_ON(BrowserThread::IO); |
// Note: this will delete the client object in the case of the CsdClient |
// implementation. |
if (!callback.is_null()) |