// Copyright 2021 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef PDF_TEST_TEST_PDFIUM_ENGINE_H_ #define PDF_TEST_TEST_PDFIUM_ENGINE_H_ #include <stdint.h> #include <vector> #include "base/values.h" #include "pdf/document_attachment_info.h" #include "pdf/document_metadata.h" #include "pdf/pdfium/pdfium_engine.h" #include "testing/gmock/include/gmock/gmock.h" namespace chrome_pdf { class TestPDFiumEngine : public PDFiumEngine { … }; } // namespace chrome_pdf #endif // PDF_TEST_TEST_PDFIUM_ENGINE_H_