Index: chrome/browser/printing/print_job_manager.h |
diff --git a/chrome/browser/printing/print_job_manager.h b/chrome/browser/printing/print_job_manager.h |
index 5efd9665d86ac5ed429fc029eec1b0d46632ea8a..9d03d9a340f281d805287b14ab9fa08cfd36a475 100644 |
--- a/chrome/browser/printing/print_job_manager.h |
+++ b/chrome/browser/printing/print_job_manager.h |
@@ -10,7 +10,6 @@ |
#include "base/logging.h" |
#include "base/memory/ref_counted.h" |
-#include "base/memory/scoped_ptr.h" |
#include "base/synchronization/lock.h" |
#include "base/threading/non_thread_safe.h" |
#include "content/public/browser/notification_observer.h" |
@@ -40,8 +39,7 @@ |
scoped_refptr<PrinterQuery> PopPrinterQuery(int document_cookie); |
// Creates new query. |
- scoped_refptr<PrinterQuery> CreatePrinterQuery(int render_process_id, |
- int render_view_id); |
+ scoped_refptr<PrinterQuery> CreatePrinterQuery(); |
void Shutdown(); |