summaryrefslogtreecommitdiff
path: root/xfa/src/fxfa/src/app/xfa_checksum.h
diff options
context:
space:
mode:
Diffstat (limited to 'xfa/src/fxfa/src/app/xfa_checksum.h')
-rw-r--r--xfa/src/fxfa/src/app/xfa_checksum.h8
1 files changed, 5 insertions, 3 deletions
diff --git a/xfa/src/fxfa/src/app/xfa_checksum.h b/xfa/src/fxfa/src/app/xfa_checksum.h
index 96c7fd222f..5927e5335f 100644
--- a/xfa/src/fxfa/src/app/xfa_checksum.h
+++ b/xfa/src/fxfa/src/app/xfa_checksum.h
@@ -4,8 +4,9 @@
// Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com
-#ifndef _FXFA_FORMFILLER_CHECKSUM_IMP_H
-#define _FXFA_FORMFILLER_CHECKSUM_IMP_H
+#ifndef XFA_SRC_FXFA_SRC_APP_XFA_CHECKSUM_H_
+#define XFA_SRC_FXFA_SRC_APP_XFA_CHECKSUM_H_
+
class CXFA_SAXReaderHandler;
class CXFA_ChecksumContext;
class CXFA_SAXContext {
@@ -63,4 +64,5 @@ class CXFA_ChecksumContext : public IXFA_ChecksumContext {
uint8_t* m_pByteContext;
CFX_ByteString m_bsChecksum;
};
-#endif
+
+#endif // XFA_SRC_FXFA_SRC_APP_XFA_CHECKSUM_H_