// 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 PDF_TEST_TEST_CLIENT_H_ #define PDF_TEST_TEST_CLIENT_H_ #include <string> #include <vector> #include "base/memory/raw_ptr.h" #include "pdf/pdfium/pdfium_engine_client.h" namespace chrome_pdf { class PDFiumEngine; class TestClient : public PDFiumEngineClient { … }; } // namespace chrome_pdf #endif // PDF_TEST_TEST_CLIENT_H_