| Index: chrome/browser/printing/printer_query.cc
|
| diff --git a/chrome/browser/printing/printer_query.cc b/chrome/browser/printing/printer_query.cc
|
| index d05900e7ac3350f48743efab56d3225491d00dc7..6770e575c69d46a01b51a76eb6029f932dbb213f 100644
|
| --- a/chrome/browser/printing/printer_query.cc
|
| +++ b/chrome/browser/printing/printer_query.cc
|
| @@ -20,7 +20,7 @@ PrinterQuery::PrinterQuery()
|
| is_print_dialog_box_shown_(false),
|
| cookie_(PrintSettings::NewCookie()),
|
| last_status_(PrintingContext::FAILED) {
|
| - DCHECK_EQ(io_message_loop_->type(), base::MessageLoop::TYPE_IO);
|
| + DCHECK(base::MessageLoopForIO::IsCurrent());
|
| }
|
|
|
| PrinterQuery::~PrinterQuery() {
|
|
|