Index: chrome/service/cloud_print/print_system_win.cc |
diff --git a/chrome/service/cloud_print/print_system_win.cc b/chrome/service/cloud_print/print_system_win.cc |
index d1cb33c850fbde5687fd8467a61021b98cd7988c..18b1bbb0ec563efeebbbca07625bc8744fdba9a4 100644 |
--- a/chrome/service/cloud_print/print_system_win.cc |
+++ b/chrome/service/cloud_print/print_system_win.cc |
@@ -531,7 +531,7 @@ class PrintSystemWin : public PrintSystem { |
render_area, |
printer_dpi, |
page_ranges, |
- base::MessageLoopProxy::CreateForCurrentThread())); |
+ base::MessageLoopProxy::current())); |
} |
// Called on the service process IO thread. |
void RenderPDFPagesInSandbox( |
@@ -649,7 +649,7 @@ class PrintSystemWin : public PrintSystem { |
NewRunnableMethod( |
this, |
&PrinterCapsHandler::GetPrinterCapsAndDefaultsImpl, |
- base::MessageLoopProxy::CreateForCurrentThread())); |
+ base::MessageLoopProxy::current())); |
} |
virtual void OnChildDied() { |