Index: xfa/fxfa/parser/xfa_script_datawindow.h |
diff --git a/xfa/src/fxfa/parser/xfa_script_datawindow.h b/xfa/fxfa/parser/xfa_script_datawindow.h |
similarity index 87% |
rename from xfa/src/fxfa/parser/xfa_script_datawindow.h |
rename to xfa/fxfa/parser/xfa_script_datawindow.h |
index 2639d3c5d36165f3e716293cda08ac769708cd82..9974e11eb1779f938e070e72bfebe9ee8bb810fe 100644 |
--- a/xfa/src/fxfa/parser/xfa_script_datawindow.h |
+++ b/xfa/fxfa/parser/xfa_script_datawindow.h |
@@ -4,10 +4,10 @@ |
// Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com |
-#ifndef XFA_SRC_FXFA_PARSER_XFA_SCRIPT_DATAWINDOW_H_ |
-#define XFA_SRC_FXFA_PARSER_XFA_SCRIPT_DATAWINDOW_H_ |
+#ifndef XFA_FXFA_PARSER_XFA_SCRIPT_DATAWINDOW_H_ |
+#define XFA_FXFA_PARSER_XFA_SCRIPT_DATAWINDOW_H_ |
-#include "xfa/src/fxfa/parser/xfa_object.h" |
+#include "xfa/fxfa/parser/xfa_object.h" |
class CScript_DataWindow : public CXFA_OrdinaryObject { |
public: |
@@ -31,4 +31,4 @@ class CScript_DataWindow : public CXFA_OrdinaryObject { |
XFA_ATTRIBUTE eAttribute); |
}; |
-#endif // XFA_SRC_FXFA_PARSER_XFA_SCRIPT_DATAWINDOW_H_ |
+#endif // XFA_FXFA_PARSER_XFA_SCRIPT_DATAWINDOW_H_ |