Index: xfa/src/fxfa/src/app/xfa_ffexclgroup.h |
diff --git a/xfa/src/fxfa/src/app/xfa_ffexclgroup.h b/xfa/src/fxfa/src/app/xfa_ffexclgroup.h |
index ba247674b557b826330f4f9794644b7799803f37..2b6d39216e3b71beb22b3617d38b995ffe50a3e3 100644 |
--- a/xfa/src/fxfa/src/app/xfa_ffexclgroup.h |
+++ b/xfa/src/fxfa/src/app/xfa_ffexclgroup.h |
@@ -4,8 +4,9 @@ |
// Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com |
-#ifndef _FXFA_FORMFILLER_EXCLGROUP_IMP_H |
-#define _FXFA_FORMFILLER_EXCLGROUP_IMP_H |
+#ifndef XFA_SRC_FXFA_SRC_APP_XFA_FFEXCLGROUP_H_ |
+#define XFA_SRC_FXFA_SRC_APP_XFA_FFEXCLGROUP_H_ |
+ |
class CXFA_FFExclGroup : public CXFA_FFWidget { |
public: |
CXFA_FFExclGroup(CXFA_FFPageView* pPageView, CXFA_WidgetAcc* pDataAcc); |
@@ -18,4 +19,5 @@ class CXFA_FFExclGroup : public CXFA_FFWidget { |
protected: |
}; |
-#endif |
+ |
+#endif // XFA_SRC_FXFA_SRC_APP_XFA_FFEXCLGROUP_H_ |