X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=printing%2Fpdf_metafile_cg_mac.h;h=40d910df73315aa57f1717986c8a2831886af282;hb=9cac7d9c6f748f72a6979f904aacc72d1dc5821a;hp=8c14b6483089f5e06e26602933cd5155d0c21b7c;hpb=eaf54128d5541b5135696ac8e4f8b38eded9843b;p=platform%2Fframework%2Fweb%2Fchromium-efl.git diff --git a/printing/pdf_metafile_cg_mac.h b/printing/pdf_metafile_cg_mac.h index 8c14b64..40d910d 100644 --- a/printing/pdf_metafile_cg_mac.h +++ b/printing/pdf_metafile_cg_mac.h @@ -5,12 +5,12 @@ #ifndef PRINTING_PDF_METAFILE_CG_MAC_H_ #define PRINTING_PDF_METAFILE_CG_MAC_H_ -#include #include +#include #include +#include "base/apple/scoped_cftyperef.h" #include "base/component_export.h" -#include "base/mac/scoped_cftyperef.h" #include "printing/metafile.h" namespace printing { @@ -56,13 +56,13 @@ class COMPONENT_EXPORT(PRINTING_METAFILE) PdfMetafileCg : public Metafile { CGPDFDocumentRef GetPDFDocument() const; // Context for rendering to the pdf. - base::ScopedCFTypeRef context_; + base::apple::ScopedCFTypeRef context_; // PDF backing store. - base::ScopedCFTypeRef pdf_data_; + base::apple::ScopedCFTypeRef pdf_data_; // Lazily-created CGPDFDocument representation of `pdf_data_`. - mutable base::ScopedCFTypeRef pdf_doc_; + mutable base::apple::ScopedCFTypeRef pdf_doc_; // Whether or not a page is currently open. bool page_is_open_ = false;