Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(6513)

Unified Diff: chrome/browser/printing/print_job_worker.h

Issue 8662031: base::Bind: Convert (again) chrome/browser/printing. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Revert last upload. Created 9 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | chrome/browser/printing/print_job_worker.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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();
« no previous file with comments | « no previous file | chrome/browser/printing/print_job_worker.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698