Index: printing/pdf_metafile_cg_mac.cc |
=================================================================== |
--- printing/pdf_metafile_cg_mac.cc (revision 99019) |
+++ printing/pdf_metafile_cg_mac.cc (working copy) |
@@ -52,7 +52,7 @@ |
} |
PdfMetafileCg::~PdfMetafileCg() { |
- DCHECK(CalledOnValidThread()); |
+ DCHECK(thread_checker_.CalledOnValidThread()); |
if (pdf_doc_ && thread_pdf_docs.Get()) { |
// Transfer ownership to the pool. |
CFSetAddValue(thread_pdf_docs.Get(), pdf_doc_); |