| Index: xfa/src/fxbarcode/qrcode/BC_QRCoder.h
|
| diff --git a/xfa/src/fxbarcode/qrcode/BC_QRCoder.h b/xfa/src/fxbarcode/qrcode/BC_QRCoder.h
|
| index 729f13863bbdc4522fb7ff7f7a8ac7289213611b..e7087b33d7693f1644bc1fb952543c4991c1f9b5 100644
|
| --- a/xfa/src/fxbarcode/qrcode/BC_QRCoder.h
|
| +++ b/xfa/src/fxbarcode/qrcode/BC_QRCoder.h
|
| @@ -4,8 +4,9 @@
|
|
|
| // Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com
|
|
|
| -#ifndef _BC_QRCODER_H_
|
| -#define _BC_QRCODER_H_
|
| +#ifndef XFA_SRC_FXBARCODE_QRCODE_BC_QRCODER_H_
|
| +#define XFA_SRC_FXBARCODE_QRCODE_BC_QRCODER_H_
|
| +
|
| class CBC_QRCoderErrorCorrectionLevel;
|
| class CBC_QRCoderMode;
|
| class CBC_CommonByteMatrix;
|
| @@ -52,4 +53,5 @@ class CBC_QRCoder {
|
| void SetMatrix(CBC_CommonByteMatrix* value);
|
| static FX_BOOL IsValidMaskPattern(int32_t maskPattern);
|
| };
|
| -#endif
|
| +
|
| +#endif // XFA_SRC_FXBARCODE_QRCODE_BC_QRCODER_H_
|
|
|