chromium/chrome/services/printing/pdf_to_pwg_raster_converter.h

// Copyright 2017 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#ifndef CHROME_SERVICES_PRINTING_PDF_TO_PWG_RASTER_CONVERTER_H_
#define CHROME_SERVICES_PRINTING_PDF_TO_PWG_RASTER_CONVERTER_H_

#include "chrome/services/printing/public/mojom/pdf_to_pwg_raster_converter.mojom.h"

namespace printing {

struct PdfRenderSettings;

class PdfToPwgRasterConverter
    : public printing::mojom::PdfToPwgRasterConverter {};

}  // namespace printing

#endif  // CHROME_SERVICES_PRINTING_PDF_TO_PWG_RASTER_CONVERTER_H_