summaryrefslogtreecommitdiff
path: root/fxjs/cfx_v8_unittest.h
diff options
context:
space:
mode:
Diffstat (limited to 'fxjs/cfx_v8_unittest.h')
-rw-r--r--fxjs/cfx_v8_unittest.h9
1 files changed, 7 insertions, 2 deletions
diff --git a/fxjs/cfx_v8_unittest.h b/fxjs/cfx_v8_unittest.h
index 196a10f3ff..e5d4e3f15e 100644
--- a/fxjs/cfx_v8_unittest.h
+++ b/fxjs/cfx_v8_unittest.h
@@ -5,12 +5,17 @@
#ifndef FXJS_CFX_V8_UNITTEST_H_
#define FXJS_CFX_V8_UNITTEST_H_
-#include "fxjs/cfx_v8.h"
-
#include <memory>
#include "testing/gtest/include/gtest/gtest.h"
+class CFX_V8;
+class CFX_V8ArrayBufferAllocator;
+
+namespace v8 {
+class Isolate;
+} // namespace v8
+
class FXV8UnitTest : public ::testing::Test {
public:
struct V8IsolateDeleter {