// Copyright 2022 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "components/printing/browser/print_to_pdf/pdf_print_result.h" namespace print_to_pdf { std::string PdfPrintResultToString(PdfPrintResult result) { … } } // namespace print_to_pdf