Index: xfa/fde/tto/fde_textout.h |
diff --git a/xfa/src/fde/tto/fde_textout.h b/xfa/fde/tto/fde_textout.h |
similarity index 96% |
rename from xfa/src/fde/tto/fde_textout.h |
rename to xfa/fde/tto/fde_textout.h |
index 0b8074bad7a3fd0ec93104e2174c1f08fbcadc22..c94571b5f806dec979743959c4476ebb462fd2e0 100644 |
--- a/xfa/src/fde/tto/fde_textout.h |
+++ b/xfa/fde/tto/fde_textout.h |
@@ -4,12 +4,12 @@ |
// Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com |
-#ifndef XFA_SRC_FDE_TTO_FDE_TEXTOUT_H_ |
-#define XFA_SRC_FDE_TTO_FDE_TEXTOUT_H_ |
+#ifndef XFA_FDE_TTO_FDE_TEXTOUT_H_ |
+#define XFA_FDE_TTO_FDE_TEXTOUT_H_ |
#include "core/include/fxge/fx_dib.h" |
#include "core/include/fxge/fx_ge.h" |
-#include "xfa/src/fgas/font/fgas_font.h" |
+#include "xfa/fgas/font/fgas_font.h" |
#define FDE_TTOSTYLE_Underline 0x0001 |
#define FDE_TTOSTYLE_Strikeout 0x0002 |
@@ -99,4 +99,4 @@ class IFDE_TextOut { |
virtual int32_t GetTotalLines() = 0; |
}; |
-#endif // XFA_SRC_FDE_TTO_FDE_TEXTOUT_H_ |
+#endif // XFA_FDE_TTO_FDE_TEXTOUT_H_ |