Index: xfa/fxfa/parser/xfa_docdata.h |
diff --git a/xfa/src/fxfa/parser/xfa_docdata.h b/xfa/fxfa/parser/xfa_docdata.h |
similarity index 85% |
rename from xfa/src/fxfa/parser/xfa_docdata.h |
rename to xfa/fxfa/parser/xfa_docdata.h |
index 5c6cf13dfe212f61eff8980e5426fc13ef6f642e..b3c3edd0cc7a171d803e8a02eaa1208d1c3788e5 100644 |
--- a/xfa/src/fxfa/parser/xfa_docdata.h |
+++ b/xfa/fxfa/parser/xfa_docdata.h |
@@ -4,10 +4,10 @@ |
// Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com |
-#ifndef XFA_SRC_FXFA_PARSER_XFA_DOCDATA_H_ |
-#define XFA_SRC_FXFA_PARSER_XFA_DOCDATA_H_ |
+#ifndef XFA_FXFA_PARSER_XFA_DOCDATA_H_ |
+#define XFA_FXFA_PARSER_XFA_DOCDATA_H_ |
-#include "xfa/src/fxfa/parser/xfa_document.h" |
+#include "xfa/fxfa/parser/xfa_document.h" |
enum XFA_DATAFORMAT { |
XFA_DATAFORMAT_XDP, |
@@ -33,4 +33,4 @@ class IXFA_PacketImport { |
virtual FX_BOOL ImportData(IFX_FileRead* pDataDocument) = 0; |
}; |
-#endif // XFA_SRC_FXFA_PARSER_XFA_DOCDATA_H_ |
+#endif // XFA_FXFA_PARSER_XFA_DOCDATA_H_ |