Index: xfa/fxfa/app/xfa_fftext.h |
diff --git a/xfa/src/fxfa/app/xfa_fftext.h b/xfa/fxfa/app/xfa_fftext.h |
similarity index 86% |
rename from xfa/src/fxfa/app/xfa_fftext.h |
rename to xfa/fxfa/app/xfa_fftext.h |
index 673d157fd372b838c98d82794fb2fef90ac196fa..edf12f5bee1aeae0f567ceb36e7ad68d1582d01f 100644 |
--- a/xfa/src/fxfa/app/xfa_fftext.h |
+++ b/xfa/fxfa/app/xfa_fftext.h |
@@ -4,10 +4,10 @@ |
// Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com |
-#ifndef XFA_SRC_FXFA_APP_XFA_FFTEXT_H_ |
-#define XFA_SRC_FXFA_APP_XFA_FFTEXT_H_ |
+#ifndef XFA_FXFA_APP_XFA_FFTEXT_H_ |
+#define XFA_FXFA_APP_XFA_FFTEXT_H_ |
-#include "xfa/src/fxfa/app/xfa_ffdraw.h" |
+#include "xfa/fxfa/app/xfa_ffdraw.h" |
class CXFA_FFText : public CXFA_FFDraw { |
public: |
@@ -29,4 +29,4 @@ class CXFA_FFText : public CXFA_FFDraw { |
void FWLToClient(FX_FLOAT& fx, FX_FLOAT& fy); |
}; |
-#endif // XFA_SRC_FXFA_APP_XFA_FFTEXT_H_ |
+#endif // XFA_FXFA_APP_XFA_FFTEXT_H_ |