// Copyright 2017 The PDFium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef TESTING_FUZZERS_PDFIUM_FUZZER_HELPER_H_ #define TESTING_FUZZERS_PDFIUM_FUZZER_HELPER_H_ #include <stdint.h> #include "public/fpdfview.h" class PDFiumFuzzerHelper { … }; #endif // TESTING_FUZZERS_PDFIUM_FUZZER_HELPER_H_