Chromium Code Reviews| Index: printing/pdf_metafile_mac.cc |
| =================================================================== |
| --- printing/pdf_metafile_mac.cc (revision 62861) |
| +++ printing/pdf_metafile_mac.cc (working copy) |
| @@ -6,10 +6,12 @@ |
| #include "base/file_path.h" |
| #include "base/logging.h" |
| -#include "base/scoped_cftyperef.h" |
| +#include "base/mac/scoped_cftyperef.h" |
| #include "base/sys_string_conversions.h" |
| #include "gfx/rect.h" |
| +using base::mac::ScopedCFTypeRef; |
| + |
| namespace printing { |
| PdfMetafile::PdfMetafile() |