// 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_XFA_JS_EMBEDDER_TEST_H_ #define TESTING_XFA_JS_EMBEDDER_TEST_H_ #include <string> #include "core/fxcrt/string_view_template.h" #include "testing/js_embedder_test.h" #include "v8/include/v8-local-handle.h" #include "v8/include/v8-persistent-handle.h" #include "v8/include/v8-value.h" class CFXJSE_Engine; class CXFA_Document; class XFAJSEmbedderTest : public JSEmbedderTest { … }; #endif // TESTING_XFA_JS_EMBEDDER_TEST_H_