Index: xfa/src/fxfa/src/app/xfa_ffcheckbutton.h |
diff --git a/xfa/src/fxfa/src/app/xfa_ffcheckbutton.h b/xfa/src/fxfa/src/app/xfa_ffcheckbutton.h |
index fc05aefbc9a4de2eb9ac35ee1946b901a17616b1..38b01843846323324fa2488471ec7a1b8b001504 100644 |
--- a/xfa/src/fxfa/src/app/xfa_ffcheckbutton.h |
+++ b/xfa/src/fxfa/src/app/xfa_ffcheckbutton.h |
@@ -4,8 +4,9 @@ |
// Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com |
-#ifndef _FXFA_FORMFILLER_CHECKBUTTON_IMP_H |
-#define _FXFA_FORMFILLER_CHECKBUTTON_IMP_H |
+#ifndef XFA_SRC_FXFA_SRC_APP_XFA_FFCHECKBUTTON_H_ |
+#define XFA_SRC_FXFA_SRC_APP_XFA_FFCHECKBUTTON_H_ |
+ |
class CXFA_FFExclGroup; |
class CXFA_FFCheckButton : public CXFA_FFField { |
public: |
@@ -36,4 +37,5 @@ class CXFA_FFCheckButton : public CXFA_FFField { |
IFWL_WidgetDelegate* m_pOldDelegate; |
CFX_RectF m_rtCheckBox; |
}; |
-#endif |
+ |
+#endif // XFA_SRC_FXFA_SRC_APP_XFA_FFCHECKBUTTON_H_ |