Index: xfa/fxfa/parser/xfa_resolvenode_rs.h |
diff --git a/xfa/fxfa/parser/xfa_script.h b/xfa/fxfa/parser/xfa_resolvenode_rs.h |
similarity index 93% |
rename from xfa/fxfa/parser/xfa_script.h |
rename to xfa/fxfa/parser/xfa_resolvenode_rs.h |
index 038d2dbdd3fae169d93cdb147cb026acf874bc5e..809ba95ff6b20d908bb6cf8c2c69b08d15d840df 100644 |
--- a/xfa/fxfa/parser/xfa_script.h |
+++ b/xfa/fxfa/parser/xfa_resolvenode_rs.h |
@@ -4,8 +4,8 @@ |
// Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com |
-#ifndef XFA_FXFA_PARSER_XFA_SCRIPT_H_ |
-#define XFA_FXFA_PARSER_XFA_SCRIPT_H_ |
+#ifndef XFA_FXFA_PARSER_XFA_RESOLVENODE_RS_H_ |
+#define XFA_FXFA_PARSER_XFA_RESOLVENODE_RS_H_ |
#include "fxjs/include/cfxjse_value.h" |
#include "xfa/fxfa/include/fxfa.h" |
@@ -65,4 +65,4 @@ inline XFA_RESOLVENODE_RS::XFA_RESOLVENODE_RS() |
inline XFA_RESOLVENODE_RS::~XFA_RESOLVENODE_RS() { |
nodes.RemoveAll(); |
} |
-#endif // XFA_FXFA_PARSER_XFA_SCRIPT_H_ |
+#endif // XFA_FXFA_PARSER_XFA_RESOLVENODE_RS_H_ |