Index: chrome/service/cloud_print/print_system.h |
=================================================================== |
--- chrome/service/cloud_print/print_system.h (revision 109585) |
+++ chrome/service/cloud_print/print_system.h (working copy) |
@@ -22,7 +22,6 @@ |
} |
namespace printing { |
-class PrintBackend; |
struct PrinterBasicInfo; |
struct PrinterCapsAndDefaults; |
} |
@@ -179,7 +178,7 @@ |
// Get details for already spooled job. |
virtual bool GetJobDetails(const std::string& printer_name, |
PlatformJobId job_id, |
- PrintJobDetails *job_details) = 0; |
+ PrintJobDetails* job_details) = 0; |
// Factory methods to create corresponding watcher. Callee is responsible |
// for deleting objects. Return NULL if failed. |