Index: xfa/fxfa/app/xfa_ffdraw.h |
diff --git a/xfa/src/fxfa/app/xfa_ffdraw.h b/xfa/fxfa/app/xfa_ffdraw.h |
similarity index 65% |
rename from xfa/src/fxfa/app/xfa_ffdraw.h |
rename to xfa/fxfa/app/xfa_ffdraw.h |
index 467c0728cc8b6819bdbcdb4fc6cd26b90f250bba..a5db5982a528064b4937328bf8015577115446b7 100644 |
--- a/xfa/src/fxfa/app/xfa_ffdraw.h |
+++ b/xfa/fxfa/app/xfa_ffdraw.h |
@@ -4,11 +4,11 @@ |
// Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com |
-#ifndef XFA_SRC_FXFA_APP_XFA_FFDRAW_H_ |
-#define XFA_SRC_FXFA_APP_XFA_FFDRAW_H_ |
+#ifndef XFA_FXFA_APP_XFA_FFDRAW_H_ |
+#define XFA_FXFA_APP_XFA_FFDRAW_H_ |
-#include "xfa/src/fxfa/app/xfa_ffpageview.h" |
-#include "xfa/src/fxfa/app/xfa_ffwidget.h" |
+#include "xfa/fxfa/app/xfa_ffpageview.h" |
+#include "xfa/fxfa/app/xfa_ffwidget.h" |
class CXFA_FFDraw : public CXFA_FFWidget { |
public: |
@@ -16,4 +16,4 @@ class CXFA_FFDraw : public CXFA_FFWidget { |
virtual ~CXFA_FFDraw(); |
}; |
-#endif // XFA_SRC_FXFA_APP_XFA_FFDRAW_H_ |
+#endif // XFA_FXFA_APP_XFA_FFDRAW_H_ |