| Index: chrome/browser/printing/print_dialog_gtk.cc
|
| ===================================================================
|
| --- chrome/browser/printing/print_dialog_gtk.cc (revision 72915)
|
| +++ chrome/browser/printing/print_dialog_gtk.cc (working copy)
|
| @@ -90,7 +90,7 @@
|
| base::AutoLock lock(DialogLock());
|
| if (g_print_dialog) {
|
| // Clean up the temporary file.
|
| - base::FileUtilProxy::Delete(
|
| + base::FileUtilProxy::GetInstance()->Delete(
|
| BrowserThread::GetMessageLoopProxyForThread(BrowserThread::FILE),
|
| path, false, NULL);
|
| return;
|
| @@ -178,7 +178,7 @@
|
| if (job)
|
| g_object_unref(job);
|
|
|
| - base::FileUtilProxy::Delete(
|
| + base::FileUtilProxy::GetInstance()->Delete(
|
| BrowserThread::GetMessageLoopProxyForThread(BrowserThread::FILE),
|
| path_to_pdf_,
|
| false,
|
|
|