| Index: chrome/browser/printing/print_view_manager_base.h
|
| diff --git a/chrome/browser/printing/print_view_manager_base.h b/chrome/browser/printing/print_view_manager_base.h
|
| index 0a8c5e598c928ec8b4e4420d3e8070a7000c8f57..048a4ef60baa0cc6e03950ae9ecb763c0d84ccdc 100644
|
| --- a/chrome/browser/printing/print_view_manager_base.h
|
| +++ b/chrome/browser/printing/print_view_manager_base.h
|
| @@ -23,7 +23,7 @@ class RenderViewHost;
|
| namespace printing {
|
|
|
| class JobEventDetails;
|
| -class Metafile;
|
| +class MetafilePlayer;
|
| class PdfToEmfConverter;
|
| class PrintJob;
|
| class PrintJobWorkerOwner;
|
| @@ -138,7 +138,7 @@ class PrintViewManagerBase : public content::NotificationObserver,
|
| // Called on completion of converting the pdf to emf.
|
| void OnPdfToEmfConverted(const PrintHostMsg_DidPrintPage_Params& params,
|
| double scale_factor,
|
| - ScopedVector<Metafile>* emf_files);
|
| + ScopedVector<MetafilePlayer>* emf_files);
|
| #endif // OS_WIN
|
|
|
| content::NotificationRegistrar registrar_;
|
|
|