| Index: printing/printed_document.h
|
| ===================================================================
|
| --- printing/printed_document.h (revision 76554)
|
| +++ printing/printed_document.h (working copy)
|
| @@ -13,6 +13,7 @@
|
| #include "base/synchronization/lock.h"
|
| #include "googleurl/src/gurl.h"
|
| #include "printing/print_settings.h"
|
| +#include "printing/native_metafile.h"
|
| #include "ui/gfx/native_widget_types.h"
|
|
|
| class FilePath;
|
| @@ -24,7 +25,6 @@
|
|
|
| namespace printing {
|
|
|
| -class NativeMetafile;
|
| class PrintedPage;
|
| class PrintedPagesSource;
|
| class PrintingContext;
|
|
|