Chromium Code Reviews| Index: printing/printed_document_mac.cc |
| diff --git a/printing/printed_document_mac.cc b/printing/printed_document_mac.cc |
| index 3c5a401d139c783f0a965904497a2aa13f0ef791..26515167a6a575dbc8ad403538f6395279dd1022 100644 |
| --- a/printing/printed_document_mac.cc |
| +++ b/printing/printed_document_mac.cc |
| @@ -18,7 +18,7 @@ void PrintedDocument::RenderPrintedPage( |
| #ifndef NDEBUG |
| { |
| // Make sure the page is from our list. |
| - AutoLock lock(lock_); |
| + base::AutoLock lock(lock_); |
| DCHECK(&page == mutable_.pages_.find(page.page_number() - 1)->second.get()); |
| } |
| #endif |