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_PDF417Writer.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_PDF417Writer.h
diff --git a/xfa/src/fxbarcode/pdf417/BC_PDF417Writer.h b/xfa/src/fxbarcode/pdf417/BC_PDF417Writer.h
index 382cef49480fdc4861132d8d6aff30dda607e0c2..3bfae5e05d8b9ab27e5f5e3c14a79ee0c7b1a4d2 100644
--- a/xfa/src/fxbarcode/pdf417/BC_PDF417Writer.h
+++ b/xfa/src/fxbarcode/pdf417/BC_PDF417Writer.h
@@ -4,8 +4,9 @@
// Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com
-#ifndef _BC_PDF417WRITER_H_
-#define _BC_PDF417WRITER_H_
+#ifndef XFA_SRC_FXBARCODE_PDF417_BC_PDF417WRITER_H_
+#define XFA_SRC_FXBARCODE_PDF417_BC_PDF417WRITER_H_
+
class CBC_TwoDimWriter;
class CBC_PDF417Writer;
class CBC_PDF417Writer : public CBC_TwoDimWriter {
@@ -23,4 +24,5 @@ class CBC_PDF417Writer : public CBC_TwoDimWriter {
void rotateArray(CFX_ByteArray& bitarray, int32_t width, int32_t height);
FX_BOOL m_bTruncated;
};
-#endif
+
+#endif // XFA_SRC_FXBARCODE_PDF417_BC_PDF417WRITER_H_
« no previous file with comments | « xfa/src/fxbarcode/pdf417/BC_PDF417ScanningDecoder.h ('k') | xfa/src/fxbarcode/qrcode/BC_FinderPatternInfo.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698