Index: xfa/fxfa/parser/xfa_object.h |
diff --git a/xfa/src/fxfa/parser/xfa_object.h b/xfa/fxfa/parser/xfa_object.h |
similarity index 99% |
rename from xfa/src/fxfa/parser/xfa_object.h |
rename to xfa/fxfa/parser/xfa_object.h |
index 949ca8739fc19082a16ef41c08fca9faa01ec037..1dba00166fc234141592928c9d92a31df83b5c76 100644 |
--- a/xfa/src/fxfa/parser/xfa_object.h |
+++ b/xfa/fxfa/parser/xfa_object.h |
@@ -4,11 +4,11 @@ |
// Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com |
-#ifndef XFA_SRC_FXFA_PARSER_XFA_OBJECT_H_ |
-#define XFA_SRC_FXFA_PARSER_XFA_OBJECT_H_ |
+#ifndef XFA_FXFA_PARSER_XFA_OBJECT_H_ |
+#define XFA_FXFA_PARSER_XFA_OBJECT_H_ |
-#include "xfa/src/fde/xml/fde_xml.h" |
-#include "xfa/src/fxfa/parser/xfa_utils.h" |
+#include "xfa/fde/xml/fde_xml.h" |
+#include "xfa/fxfa/parser/xfa_utils.h" |
class CXFA_Document; |
class CXFA_Node; |
@@ -800,4 +800,4 @@ inline const CXFA_NodeList* ToNodeList(const CXFA_Object* pObj) { |
return pObj ? pObj->AsNodeList() : nullptr; |
} |
-#endif // XFA_SRC_FXFA_PARSER_XFA_OBJECT_H_ |
+#endif // XFA_FXFA_PARSER_XFA_OBJECT_H_ |