Index: chrome/browser/printing/print_job.h |
diff --git a/chrome/browser/printing/print_job.h b/chrome/browser/printing/print_job.h |
index 9e16aba5a0324975adb3f257e088dfe5624f28bc..44085bafabdec010a99130dc3e298392478a3fb0 100644 |
--- a/chrome/browser/printing/print_job.h |
+++ b/chrome/browser/printing/print_job.h |
@@ -78,7 +78,7 @@ class PrintJob : public PrintJobWorkerOwner, |
// Synchronously wait for the job to finish. It is mainly useful when the |
// process is about to be shut down and we're waiting for the spooler to eat |
// our data. |
- bool FlushJob(int timeout_ms); |
+ bool FlushJob(base::TimeDelta timeout); |
// Disconnects the PrintedPage source (PrintedPagesSource). It is done when |
// the source is being destroyed. |