diff options
author | jam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-03-02 17:20:21 +0000 |
---|---|---|
committer | jam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-03-02 17:20:21 +0000 |
commit | 7756e5b1e7919fe530ff1ff27503d4893efcee13 (patch) | |
tree | 5b7ac359e22bf58e5ae72fbdc57a6b6c92efe285 /printing/printed_document.h | |
parent | f3e9d6e12d38ea05e476899eb2620c57d351f74b (diff) | |
download | chromium_src-7756e5b1e7919fe530ff1ff27503d4893efcee13.zip chromium_src-7756e5b1e7919fe530ff1ff27503d4893efcee13.tar.gz chromium_src-7756e5b1e7919fe530ff1ff27503d4893efcee13.tar.bz2 |
Revert 76553 - Applying factory pattern (through NativeMetafileFactory class). It is used to retrieve different printing contexts (based on the platform and user preferences).
BUG=NONE
TEST=NONE
Review URL: http://codereview.chromium.org/6544028
TBR=dpapad@chromium.org
Review URL: http://codereview.chromium.org/6594121
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@76555 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'printing/printed_document.h')
-rw-r--r-- | printing/printed_document.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/printing/printed_document.h b/printing/printed_document.h index 14e5e8c..f95ddcf 100644 --- a/printing/printed_document.h +++ b/printing/printed_document.h @@ -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 @@ class Font; namespace printing { -class NativeMetafile; class PrintedPage; class PrintedPagesSource; class PrintingContext; |