Index: xfa/fxfa/parser/xfa_doclayout.h |
diff --git a/xfa/src/fxfa/parser/xfa_doclayout.h b/xfa/fxfa/parser/xfa_doclayout.h |
similarity index 95% |
rename from xfa/src/fxfa/parser/xfa_doclayout.h |
rename to xfa/fxfa/parser/xfa_doclayout.h |
index 1ebe412078f5ab22549d51aad10bce838a74742f..bb44868a98bfa34aa8b8d77d8563822aac417bff 100644 |
--- a/xfa/src/fxfa/parser/xfa_doclayout.h |
+++ b/xfa/fxfa/parser/xfa_doclayout.h |
@@ -4,10 +4,10 @@ |
// Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com |
-#ifndef XFA_SRC_FXFA_PARSER_XFA_DOCLAYOUT_H_ |
-#define XFA_SRC_FXFA_PARSER_XFA_DOCLAYOUT_H_ |
+#ifndef XFA_FXFA_PARSER_XFA_DOCLAYOUT_H_ |
+#define XFA_FXFA_PARSER_XFA_DOCLAYOUT_H_ |
-#include "xfa/src/fxfa/parser/xfa_document.h" |
+#include "xfa/fxfa/parser/xfa_document.h" |
class CXFA_ContainerLayoutItem; |
class CXFA_ContentLayoutItem; |
@@ -133,4 +133,4 @@ class IXFA_DocLayout { |
virtual CXFA_LayoutItem* GetLayoutItem(CXFA_Node* pFormItem) = 0; |
}; |
-#endif // XFA_SRC_FXFA_PARSER_XFA_DOCLAYOUT_H_ |
+#endif // XFA_FXFA_PARSER_XFA_DOCLAYOUT_H_ |