| Index: xfa/fxbarcode/qrcode/BC_QRCoderMatrixUtil.h
|
| diff --git a/xfa/src/fxbarcode/qrcode/BC_QRCoderMatrixUtil.h b/xfa/fxbarcode/qrcode/BC_QRCoderMatrixUtil.h
|
| similarity index 96%
|
| rename from xfa/src/fxbarcode/qrcode/BC_QRCoderMatrixUtil.h
|
| rename to xfa/fxbarcode/qrcode/BC_QRCoderMatrixUtil.h
|
| index 6676b8389dbfd528f8c454b8c90ad566df13adec..feb0bb491c403e792834e80d4f71d9d544df0a23 100644
|
| --- a/xfa/src/fxbarcode/qrcode/BC_QRCoderMatrixUtil.h
|
| +++ b/xfa/fxbarcode/qrcode/BC_QRCoderMatrixUtil.h
|
| @@ -4,8 +4,8 @@
|
|
|
| // Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com
|
|
|
| -#ifndef XFA_SRC_FXBARCODE_QRCODE_BC_QRCODERMATRIXUTIL_H_
|
| -#define XFA_SRC_FXBARCODE_QRCODE_BC_QRCODERMATRIXUTIL_H_
|
| +#ifndef XFA_FXBARCODE_QRCODE_BC_QRCODERMATRIXUTIL_H_
|
| +#define XFA_FXBARCODE_QRCODE_BC_QRCODERMATRIXUTIL_H_
|
|
|
| class CBC_CommonByteMatrix;
|
| class CBC_QRCoderErrorCorrectionLevel;
|
| @@ -84,4 +84,4 @@ class CBC_QRCoderMatrixUtil {
|
| int32_t& e);
|
| };
|
|
|
| -#endif // XFA_SRC_FXBARCODE_QRCODE_BC_QRCODERMATRIXUTIL_H_
|
| +#endif // XFA_FXBARCODE_QRCODE_BC_QRCODERMATRIXUTIL_H_
|
|
|