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

Unified Diff: chrome/service/cloud_print/print_system.h

Issue 8491036: Cleanup: Remove unneeded forward declarations from various chrome subdirectories. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' 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
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.
« no previous file with comments | « chrome/service/cloud_print/cloud_print_proxy_backend.h ('k') | chrome/service/service_utility_process_host.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698