// Copyright 2018 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_NUP_CONVERTER_H_ #define CHROME_SERVICES_PRINTING_PDF_NUP_CONVERTER_H_ #include <memory> #include "base/memory/read_only_shared_memory_region.h" #include "chrome/services/printing/public/mojom/pdf_nup_converter.mojom.h" namespace printing { class PdfNupConverter : public printing::mojom::PdfNupConverter { … }; } // namespace printing #endif // CHROME_SERVICES_PRINTING_PDF_NUP_CONVERTER_H_