| Index: chrome/service/cloud_print/print_system.h
|
| diff --git a/chrome/service/cloud_print/print_system.h b/chrome/service/cloud_print/print_system.h
|
| index 5e73640a08045514155c8f250071282c9fd4397b..cf6246662ad519236cb0c82ad29fd84b5467e173 100644
|
| --- a/chrome/service/cloud_print/print_system.h
|
| +++ b/chrome/service/cloud_print/print_system.h
|
| @@ -11,13 +11,11 @@
|
|
|
| #include "base/callback.h"
|
| #include "base/memory/ref_counted.h"
|
| -
|
| #include "printing/backend/print_backend.h"
|
|
|
| -class FilePath;
|
| -
|
| namespace base {
|
| class DictionaryValue;
|
| +class FilePath;
|
| }
|
|
|
| namespace printing {
|
| @@ -131,7 +129,7 @@ class PrintSystem : public base::RefCountedThreadSafe<PrintSystem> {
|
| // time. Subsequent calls to Spool (before the Delegate::OnJobSpoolSucceeded
|
| // or Delegate::OnJobSpoolFailed methods are called) can fail.
|
| virtual bool Spool(const std::string& print_ticket,
|
| - const FilePath& print_data_file_path,
|
| + const base::FilePath& print_data_file_path,
|
| const std::string& print_data_mime_type,
|
| const std::string& printer_name,
|
| const std::string& job_title,
|
|
|