Index: xfa/src/fxfa/src/app/xfa_ffsignature.h |
diff --git a/xfa/src/fxfa/src/app/xfa_ffsignature.h b/xfa/src/fxfa/src/app/xfa_ffsignature.h |
index 36b1ddca390c01239e7f93b2a7846d02c251f203..79cc0ad407c986828fb0bffbd7430d37b676bd89 100644 |
--- a/xfa/src/fxfa/src/app/xfa_ffsignature.h |
+++ b/xfa/src/fxfa/src/app/xfa_ffsignature.h |
@@ -4,8 +4,9 @@ |
// Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com |
-#ifndef _FXFA_FORMFILLER_SIGNATURE_IMP_H |
-#define _FXFA_FORMFILLER_SIGNATURE_IMP_H |
+#ifndef XFA_SRC_FXFA_SRC_APP_XFA_FFSIGNATURE_H_ |
+#define XFA_SRC_FXFA_SRC_APP_XFA_FFSIGNATURE_H_ |
+ |
class CXFA_FFSignature final : public CXFA_FFField { |
public: |
CXFA_FFSignature(CXFA_FFPageView* pPageView, CXFA_WidgetAcc* pDataAcc); |
@@ -38,4 +39,5 @@ class CXFA_FFSignature final : public CXFA_FFField { |
protected: |
}; |
-#endif |
+ |
+#endif // XFA_SRC_FXFA_SRC_APP_XFA_FFSIGNATURE_H_ |