Index: fxjse/context.h |
diff --git a/xfa/fxjse/context.h b/fxjse/context.h |
similarity index 93% |
rename from xfa/fxjse/context.h |
rename to fxjse/context.h |
index 0bb1e4fa2666e8f27a1ca07d95c97d881170c453..91356a09b83bc5c08827a6a31435d0062e701ee0 100644 |
--- a/xfa/fxjse/context.h |
+++ b/fxjse/context.h |
@@ -4,15 +4,15 @@ |
// Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com |
-#ifndef XFA_FXJSE_CONTEXT_H_ |
-#define XFA_FXJSE_CONTEXT_H_ |
+#ifndef FXJSE_CONTEXT_H_ |
+#define FXJSE_CONTEXT_H_ |
#include <memory> |
#include <vector> |
#include "core/fxcrt/include/fx_basic.h" |
+#include "fxjse/include/fxjse.h" |
#include "v8/include/v8.h" |
-#include "xfa/fxjse/include/fxjse.h" |
class CFXJSE_Class; |
class CFXJSE_Value; |
@@ -60,4 +60,4 @@ CFXJSE_HostObject* FXJSE_RetrieveObjectBinding( |
const v8::Local<v8::Object>& hJSObject, |
CFXJSE_Class* lpClass = nullptr); |
-#endif // XFA_FXJSE_CONTEXT_H_ |
+#endif // FXJSE_CONTEXT_H_ |