| Index: chrome/browser/printing/print_job_worker.h
|
| diff --git a/chrome/browser/printing/print_job_worker.h b/chrome/browser/printing/print_job_worker.h
|
| index 6c86774dc0a2d9c5bfeb978884a0739be4dcd3d6..02aac9aa678706a6a549edb5b057fde47af67324 100644
|
| --- a/chrome/browser/printing/print_job_worker.h
|
| +++ b/chrome/browser/printing/print_job_worker.h
|
| @@ -132,9 +132,7 @@ class PrintJobWorker {
|
| void UseDefaultSettings();
|
|
|
| // Printing context delegate.
|
| - scoped_ptr<PrintingContext::Delegate,
|
| - content::BrowserThread::DeleteOnUIThread>
|
| - printing_context_delegate_;
|
| + scoped_ptr<PrintingContext::Delegate> printing_context_delegate_;
|
|
|
| // Information about the printer setting.
|
| scoped_ptr<PrintingContext> printing_context_;
|
|
|