Index: xfa/fee/fde_txtedtparag.h |
diff --git a/xfa/src/fee/fde_txtedtparag.h b/xfa/fee/fde_txtedtparag.h |
similarity index 85% |
rename from xfa/src/fee/fde_txtedtparag.h |
rename to xfa/fee/fde_txtedtparag.h |
index 5af04970a142e0429385f50de8acda0f834ac479..39921d5ef7ee6822fc5b96689fc798233a5f0375 100644 |
--- a/xfa/src/fee/fde_txtedtparag.h |
+++ b/xfa/fee/fde_txtedtparag.h |
@@ -4,10 +4,10 @@ |
// Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com |
-#ifndef XFA_SRC_FEE_FDE_TXTEDTPARAG_H_ |
-#define XFA_SRC_FEE_FDE_TXTEDTPARAG_H_ |
+#ifndef XFA_FEE_FDE_TXTEDTPARAG_H_ |
+#define XFA_FEE_FDE_TXTEDTPARAG_H_ |
-#include "xfa/src/fee/ifde_txtedtengine.h" |
+#include "xfa/fee/ifde_txtedtengine.h" |
class CFDE_TxtEdtEngine; |
@@ -34,4 +34,4 @@ class CFDE_TxtEdtParag : public IFDE_TxtEdtParag { |
CFDE_TxtEdtEngine* m_pEngine; |
}; |
-#endif // XFA_SRC_FEE_FDE_TXTEDTPARAG_H_ |
+#endif // XFA_FEE_FDE_TXTEDTPARAG_H_ |