| 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 67bff087e34e92639efbc311eeeb26553d9e9d45..cfbae628206f325c4b145e4a3e90a098b45af5f9 100644
|
| --- a/chrome/browser/printing/print_job_worker.h
|
| +++ b/chrome/browser/printing/print_job_worker.h
|
| @@ -80,7 +80,7 @@ class PrintJobWorker : public base::Thread {
|
| class NotificationTask;
|
|
|
| // Renders a page in the printer.
|
| - void SpoolPage(PrintedPage& page);
|
| + void SpoolPage(PrintedPage* page);
|
|
|
| // Closes the job since spooling is done.
|
| void OnDocumentDone();
|
|
|