Index: fxjse/include/cfxjse_value.h |
diff --git a/xfa/fxjse/value.h b/fxjse/include/cfxjse_value.h |
similarity index 98% |
rename from xfa/fxjse/value.h |
rename to fxjse/include/cfxjse_value.h |
index d74fc325dd967913c7ee1161f4c3825f9635a53b..e01f64cfffd4c1c82e0e2274a03ec49bbb34da06 100644 |
--- a/xfa/fxjse/value.h |
+++ b/fxjse/include/cfxjse_value.h |
@@ -4,10 +4,10 @@ |
// Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com |
-#ifndef XFA_FXJSE_VALUE_H_ |
-#define XFA_FXJSE_VALUE_H_ |
+#ifndef FXJSE_INCLUDE_CFXJSE_VALUE_H_ |
+#define FXJSE_INCLUDE_CFXJSE_VALUE_H_ |
-#include "xfa/fxjse/scope_inline.h" |
+#include "fxjse/scope_inline.h" |
V8_INLINE static double FXJSE_ftod(FX_FLOAT fNumber) { |
if (sizeof(FX_FLOAT) != 4) { |
@@ -281,4 +281,4 @@ class CFXJSE_Value { |
v8::Global<v8::Value> m_hValue; |
}; |
-#endif // XFA_FXJSE_VALUE_H_ |
+#endif // FXJSE_INCLUDE_CFXJSE_VALUE_H_ |