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

Unified Diff: xfa/src/fxbarcode/pdf417/BC_PDF417Codeword.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
Index: xfa/src/fxbarcode/pdf417/BC_PDF417Codeword.h
diff --git a/xfa/src/fxbarcode/pdf417/BC_PDF417Codeword.h b/xfa/src/fxbarcode/pdf417/BC_PDF417Codeword.h
index f917484a2319a498442006718ceac10421b0ff6b..0ff5ceb5ee4142095794e3bb19492544045938d4 100644
--- a/xfa/src/fxbarcode/pdf417/BC_PDF417Codeword.h
+++ b/xfa/src/fxbarcode/pdf417/BC_PDF417Codeword.h
@@ -4,8 +4,9 @@
// Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com
-#ifndef _BC_CODEWORD_H_
-#define _BC_CODEWORD_H_
+#ifndef XFA_SRC_FXBARCODE_PDF417_BC_CODEWORD_H_
+#define XFA_SRC_FXBARCODE_PDF417_BC_CODEWORD_H_
+
class CBC_Codeword {
public:
CBC_Codeword(int32_t startX, int32_t endX, int32_t bucket, int32_t value);
@@ -30,4 +31,5 @@ class CBC_Codeword {
int32_t m_value;
int32_t m_rowNumber;
};
-#endif
+
+#endif // XFA_SRC_FXBARCODE_PDF417_BC_CODEWORD_H_
« no previous file with comments | « xfa/src/fxbarcode/pdf417/BC_PDF417BoundingBox.h ('k') | xfa/src/fxbarcode/pdf417/BC_PDF417CodewordDecoder.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698