Index: xfa/fxjse/runtime.h |
diff --git a/xfa/src/fxjse/runtime.h b/xfa/fxjse/runtime.h |
similarity index 92% |
rename from xfa/src/fxjse/runtime.h |
rename to xfa/fxjse/runtime.h |
index a93a589bb4184814576ec2bd8fccaaba1e5678bf..023aaaac9ba231e49566a3153f98dc6eb2f164e8 100644 |
--- a/xfa/src/fxjse/runtime.h |
+++ b/xfa/fxjse/runtime.h |
@@ -4,8 +4,8 @@ |
// Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com |
-#ifndef XFA_SRC_FXJSE_RUNTIME_H_ |
-#define XFA_SRC_FXJSE_RUNTIME_H_ |
+#ifndef XFA_FXJSE_RUNTIME_H_ |
+#define XFA_FXJSE_RUNTIME_H_ |
#include "core/include/fxcrt/fx_basic.h" |
#include "v8/include/v8.h" |
@@ -48,4 +48,4 @@ class CFXJSE_RuntimeList { |
CFX_ArrayTemplate<v8::Isolate*> m_RuntimeList; |
}; |
-#endif // XFA_SRC_FXJSE_RUNTIME_H_ |
+#endif // XFA_FXJSE_RUNTIME_H_ |