Index: xfa/src/fxfa/src/app/xfa_fwltheme.h |
diff --git a/xfa/src/fxfa/src/app/xfa_fwltheme.h b/xfa/src/fxfa/src/app/xfa_fwltheme.h |
index 8b4c9385bff980943880b30bbbdc3458152b7152..eabde0481b4065d61b03ee27a1b85a8b31c132b5 100644 |
--- a/xfa/src/fxfa/src/app/xfa_fwltheme.h |
+++ b/xfa/src/fxfa/src/app/xfa_fwltheme.h |
@@ -4,8 +4,9 @@ |
// Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com |
-#ifndef _XFA_FWL_THEME_IMP_H |
-#define _XFA_FWL_THEME_IMP_H |
+#ifndef XFA_SRC_FXFA_SRC_APP_XFA_FWLTHEME_H_ |
+#define XFA_SRC_FXFA_SRC_APP_XFA_FWLTHEME_H_ |
+ |
class CXFA_FWLTheme : public IFWL_ThemeProvider { |
public: |
CXFA_FWLTheme(CXFA_FFApp* pApp); |
@@ -89,4 +90,5 @@ class CXFA_FWLEditTP : public CFWL_EditTP { |
public: |
virtual FX_BOOL DrawBackground(CFWL_ThemeBackground* pParams); |
}; |
-#endif |
+ |
+#endif // XFA_SRC_FXFA_SRC_APP_XFA_FWLTHEME_H_ |