Index: xfa/fxfa/fm2js/xfa_expression.h |
diff --git a/xfa/src/fxfa/fm2js/xfa_expression.h b/xfa/fxfa/fm2js/xfa_expression.h |
similarity index 97% |
rename from xfa/src/fxfa/fm2js/xfa_expression.h |
rename to xfa/fxfa/fm2js/xfa_expression.h |
index ffcce1c4e087d4e9e754cc1ddc95f8429d7be227..0b99e8da13be23521d8c43e0ac8f6774b67eedb6 100644 |
--- a/xfa/src/fxfa/fm2js/xfa_expression.h |
+++ b/xfa/fxfa/fm2js/xfa_expression.h |
@@ -4,12 +4,12 @@ |
// Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com |
-#ifndef XFA_SRC_FXFA_FM2JS_XFA_EXPRESSION_H_ |
-#define XFA_SRC_FXFA_FM2JS_XFA_EXPRESSION_H_ |
+#ifndef XFA_FXFA_FM2JS_XFA_EXPRESSION_H_ |
+#define XFA_FXFA_FM2JS_XFA_EXPRESSION_H_ |
#include <memory> |
-#include "xfa/src/fxfa/fm2js/xfa_simpleexpression.h" |
+#include "xfa/fxfa/fm2js/xfa_simpleexpression.h" |
enum XFA_FM_EXPTYPE { |
XFA_FM_EXPTYPE_UNKNOWN, |
@@ -188,4 +188,4 @@ class CXFA_FMForeachExpression : public CXFA_FMLoopExpression { |
std::unique_ptr<CXFA_FMExpression> m_pList; |
}; |
-#endif // XFA_SRC_FXFA_FM2JS_XFA_EXPRESSION_H_ |
+#endif // XFA_FXFA_FM2JS_XFA_EXPRESSION_H_ |