Index: content/browser/download/base_file_mac.cc |
diff --git a/content/browser/download/base_file_mac.cc b/content/browser/download/base_file_mac.cc |
index 21e6b556abb175d3d2864af97f8b3373ec82d257..f3edf12d0948c6360d306c17571e62c97b392bbe 100644 |
--- a/content/browser/download/base_file_mac.cc |
+++ b/content/browser/download/base_file_mac.cc |
@@ -10,7 +10,7 @@ |
namespace content { |
DownloadInterruptReason BaseFile::AnnotateWithSourceInformation() { |
- DCHECK(BrowserThread::CurrentlyOn(BrowserThread::FILE)); |
+ DCHECK_CURRENTLY_ON(BrowserThread::FILE); |
DCHECK(!detached_); |
AddQuarantineMetadataToFile(full_path_, source_url_, referrer_url_); |