Index: xfa/src/fxbarcode/qrcode/BC_QRFinderPattern.h |
diff --git a/xfa/src/fxbarcode/qrcode/BC_QRFinderPattern.h b/xfa/src/fxbarcode/qrcode/BC_QRFinderPattern.h |
index fd8a625fc619d73ba7e1ddf07923d80fb9ab5882..3e71034de3f447f22d172e49dc5709830e43f7b4 100644 |
--- a/xfa/src/fxbarcode/qrcode/BC_QRFinderPattern.h |
+++ b/xfa/src/fxbarcode/qrcode/BC_QRFinderPattern.h |
@@ -4,8 +4,9 @@ |
// Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com |
-#ifndef _BC_QRFINDERPATTERN_H_ |
-#define _BC_QRFINDERPATTERN_H_ |
+#ifndef XFA_SRC_FXBARCODE_QRCODE_BC_QRFINDERPATTERN_H_ |
+#define XFA_SRC_FXBARCODE_QRCODE_BC_QRFINDERPATTERN_H_ |
+ |
class CBC_ResultPoint; |
class CBC_QRFinderPattern; |
class CBC_QRFinderPattern : public CBC_ResultPoint { |
@@ -26,4 +27,5 @@ class CBC_QRFinderPattern : public CBC_ResultPoint { |
CBC_QRFinderPattern* Clone(); |
}; |
typedef CBC_QRFinderPattern FinderPattern; |
-#endif |
+ |
+#endif // XFA_SRC_FXBARCODE_QRCODE_BC_QRFINDERPATTERN_H_ |