Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(783)

Unified Diff: xfa/src/fxfa/src/app/xfa_checksum.h

Issue 1707893004: Fixup incorrect include guards. (Closed) Base URL: https://pdfium.googlesource.com/pdfium.git@master
Patch Set: Rebase to master Created 4 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « xfa/src/fxbarcode/utils.h ('k') | xfa/src/fxfa/src/app/xfa_ffConfigAcc.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: xfa/src/fxfa/src/app/xfa_checksum.h
diff --git a/xfa/src/fxfa/src/app/xfa_checksum.h b/xfa/src/fxfa/src/app/xfa_checksum.h
index 96c7fd222facda68f4e1f5442a73760aa3599cb5..5927e5335f5a727c8fbcea1e3c05e6b059c3b5ea 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_
« no previous file with comments | « xfa/src/fxbarcode/utils.h ('k') | xfa/src/fxfa/src/app/xfa_ffConfigAcc.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698