// Copyright 2020 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_EMBEDDER_TEST_ENVIRONMENT_H_ #define TESTING_EMBEDDER_TEST_ENVIRONMENT_H_ #include <string> #include "public/fpdfview.h" #include "testing/gtest/include/gtest/gtest.h" #include "testing/test_fonts.h" class EmbedderTestEnvironment : public testing::Environment { … }; #endif // TESTING_EMBEDDER_TEST_ENVIRONMENT_H_