// Copyright 2019 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include <string> #include <vector> #include "base/strings/string_number_conversions.h" #include "base/strings/string_util.h" #include "pdf/pdfium/fuzzers/pdfium_xfa_lpm_fuzzer/simple_xfa_pdf.h" namespace pdfium_xfa_lpm_fuzzer { namespace { const char kSimplePdfTemplate[] = …; } // namespace std::string CreateSimpleXfaPdf(const std::string& xfa_string) { … } } // namespace pdfium_xfa_lpm_fuzzer