Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(88)

Unified Diff: printing/metafile_impl.h

Issue 516833002: Removed NativeMetafile and PreviewMetafile typedef as it's always PdfMetafileSkia. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@no_pdf
Patch Set: Thu Aug 28 17:07:38 PDT 2014 Created 6 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « printing/image.cc ('k') | printing/printing.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: printing/metafile_impl.h
diff --git a/printing/metafile_impl.h b/printing/metafile_impl.h
deleted file mode 100644
index 92bec72da9cf85205a42e56ef20b6783f2c577fb..0000000000000000000000000000000000000000
--- a/printing/metafile_impl.h
+++ /dev/null
@@ -1,18 +0,0 @@
-// Copyright (c) 2011 The Chromium Authors. All rights reserved.
-// Use of this source code is governed by a BSD-style license that can be
-// found in the LICENSE file.
-
-#ifndef PRINTING_METAFILE_IMPL_H_
-#define PRINTING_METAFILE_IMPL_H_
-
-#include "printing/pdf_metafile_skia.h"
-
-namespace printing {
-
-// TODO(vitalybuka) Remove following typedefs and replace with PdfMetafileSkia.
-typedef PdfMetafileSkia NativeMetafile;
-typedef PdfMetafileSkia PreviewMetafile;
-
-} // namespace printing
-
-#endif // PRINTING_METAFILE_IMPL_H_
« no previous file with comments | « printing/image.cc ('k') | printing/printing.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698