Index: xfa/fee/fde_txtedtpage.h |
diff --git a/xfa/src/fee/fde_txtedtpage.h b/xfa/fee/fde_txtedtpage.h |
similarity index 96% |
rename from xfa/src/fee/fde_txtedtpage.h |
rename to xfa/fee/fde_txtedtpage.h |
index 2ea0725de51fe19f36971aab3b65180b84554a41..66c4c492827a71463e4e2478c1fd41aa3fd5ce30 100644 |
--- a/xfa/src/fee/fde_txtedtpage.h |
+++ b/xfa/fee/fde_txtedtpage.h |
@@ -4,14 +4,14 @@ |
// Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com |
-#ifndef XFA_SRC_FEE_FDE_TXTEDTPAGE_H_ |
-#define XFA_SRC_FEE_FDE_TXTEDTPAGE_H_ |
+#ifndef XFA_FEE_FDE_TXTEDTPAGE_H_ |
+#define XFA_FEE_FDE_TXTEDTPAGE_H_ |
#include "core/include/fxcrt/fx_coordinates.h" |
#include "core/include/fxcrt/fx_string.h" |
-#include "xfa/src/fde/fde_visualset.h" |
-#include "xfa/src/fee/ifde_txtedtpage.h" |
-#include "xfa/src/fgas/crt/fgas_utils.h" |
+#include "xfa/fde/fde_visualset.h" |
+#include "xfa/fee/ifde_txtedtpage.h" |
+#include "xfa/fgas/crt/fgas_utils.h" |
class IFX_CharIter; |
class CFDE_TxtEdtEngine; |
@@ -165,4 +165,4 @@ class CFDE_TxtEdtPage : public IFDE_TxtEdtPage { |
int32_t* m_pCharWidth; |
}; |
-#endif // XFA_SRC_FEE_FDE_TXTEDTPAGE_H_ |
+#endif // XFA_FEE_FDE_TXTEDTPAGE_H_ |