| Index: xfa/fxbarcode/qrcode/BC_QRCoderMaskUtil.h
|
| diff --git a/xfa/src/fxbarcode/qrcode/BC_QRCoderMaskUtil.h b/xfa/fxbarcode/qrcode/BC_QRCoderMaskUtil.h
|
| similarity index 85%
|
| rename from xfa/src/fxbarcode/qrcode/BC_QRCoderMaskUtil.h
|
| rename to xfa/fxbarcode/qrcode/BC_QRCoderMaskUtil.h
|
| index ad6274c8a2fe40ad8f40d922f355c1d9ef859c82..35032a3aafec6ce8c1c481c9d4fd7b07098a3173 100644
|
| --- a/xfa/src/fxbarcode/qrcode/BC_QRCoderMaskUtil.h
|
| +++ b/xfa/fxbarcode/qrcode/BC_QRCoderMaskUtil.h
|
| @@ -4,8 +4,8 @@
|
|
|
| // Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com
|
|
|
| -#ifndef XFA_SRC_FXBARCODE_QRCODE_BC_QRCODERMASKUTIL_H_
|
| -#define XFA_SRC_FXBARCODE_QRCODE_BC_QRCODERMASKUTIL_H_
|
| +#ifndef XFA_FXBARCODE_QRCODE_BC_QRCODERMASKUTIL_H_
|
| +#define XFA_FXBARCODE_QRCODE_BC_QRCODERMASKUTIL_H_
|
| class CBC_CommonByteMatrix;
|
| class CBC_QRCoderMaskUtil {
|
| public:
|
| @@ -24,4 +24,4 @@ class CBC_QRCoderMaskUtil {
|
| FX_BOOL isHorizontal);
|
| };
|
|
|
| -#endif // XFA_SRC_FXBARCODE_QRCODE_BC_QRCODERMASKUTIL_H_
|
| +#endif // XFA_FXBARCODE_QRCODE_BC_QRCODERMASKUTIL_H_
|
|
|