Index: xfa/fxfa/app/xfa_fwltheme.h |
diff --git a/xfa/src/fxfa/app/xfa_fwltheme.h b/xfa/fxfa/app/xfa_fwltheme.h |
similarity index 95% |
rename from xfa/src/fxfa/app/xfa_fwltheme.h |
rename to xfa/fxfa/app/xfa_fwltheme.h |
index 1882311f8646ce23c523d4a406bd00491ad3f4f0..aab8099a8827fa6e7250f8b0b273b70bc06a3ede 100644 |
--- a/xfa/src/fxfa/app/xfa_fwltheme.h |
+++ b/xfa/fxfa/app/xfa_fwltheme.h |
@@ -4,9 +4,10 @@ |
// Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com |
-#ifndef XFA_SRC_FXFA_APP_XFA_FWLTHEME_H_ |
-#define XFA_SRC_FXFA_APP_XFA_FWLTHEME_H_ |
+#ifndef XFA_FXFA_APP_XFA_FWLTHEME_H_ |
+#define XFA_FXFA_APP_XFA_FWLTHEME_H_ |
+#include "xfa/fxfa/app/xfa_ffapp.h" |
#include "xfa/include/fwl/core/fwl_target.h" |
#include "xfa/include/fwl/core/fwl_theme.h" |
#include "xfa/include/fwl/theme/barcodetp.h" |
@@ -21,7 +22,6 @@ |
#include "xfa/include/fwl/theme/pushbuttontp.h" |
#include "xfa/include/fwl/theme/scrollbartp.h" |
#include "xfa/include/fwl/theme/widgettp.h" |
-#include "xfa/src/fxfa/app/xfa_ffapp.h" |
class CXFA_FWLTheme : public IFWL_ThemeProvider { |
public: |
@@ -107,4 +107,4 @@ class CXFA_FWLEditTP : public CFWL_EditTP { |
virtual FX_BOOL DrawBackground(CFWL_ThemeBackground* pParams); |
}; |
-#endif // XFA_SRC_FXFA_APP_XFA_FWLTHEME_H_ |
+#endif // XFA_FXFA_APP_XFA_FWLTHEME_H_ |