| Index: chrome/browser/printing/printer_query.h
|
| diff --git a/chrome/browser/printing/printer_query.h b/chrome/browser/printing/printer_query.h
|
| index d28437c1c0542a4dc46b110414bd5ff7501d655c..24cad0b263d317f6ec85c71dee68882945051eaf 100644
|
| --- a/chrome/browser/printing/printer_query.h
|
| +++ b/chrome/browser/printing/printer_query.h
|
| @@ -11,8 +11,6 @@
|
| #include "chrome/browser/printing/print_job_worker_owner.h"
|
| #include "printing/print_job_constants.h"
|
|
|
| -class PrintingUIWebContentsObserver;
|
| -
|
| namespace base {
|
| class DictionaryValue;
|
| }
|
| @@ -21,6 +19,7 @@ namespace printing {
|
|
|
| class PrintDestinationInterface;
|
| class PrintJobWorker;
|
| +class PrintingUIWebContentsObserver;
|
|
|
| // Query the printer for settings.
|
| class PrinterQuery : public PrintJobWorkerOwner {
|
|
|