| Index: xfa/fxbarcode/qrcode/BC_QRDataBlock.cpp
|
| diff --git a/xfa/src/fxbarcode/qrcode/BC_QRDataBlock.cpp b/xfa/fxbarcode/qrcode/BC_QRDataBlock.cpp
|
| similarity index 94%
|
| rename from xfa/src/fxbarcode/qrcode/BC_QRDataBlock.cpp
|
| rename to xfa/fxbarcode/qrcode/BC_QRDataBlock.cpp
|
| index 185e16c5b7827de73e61047dd424843d91509f90..9805ac9af87a2ea912bc6413505d91bfd1e15733 100644
|
| --- a/xfa/src/fxbarcode/qrcode/BC_QRDataBlock.cpp
|
| +++ b/xfa/fxbarcode/qrcode/BC_QRDataBlock.cpp
|
| @@ -20,14 +20,14 @@
|
| * limitations under the License.
|
| */
|
|
|
| -#include "xfa/src/fxbarcode/qrcode/BC_QRDataBlock.h"
|
| +#include "xfa/fxbarcode/qrcode/BC_QRDataBlock.h"
|
|
|
| #include <memory>
|
|
|
| -#include "xfa/src/fxbarcode/qrcode/BC_QRCoderECB.h"
|
| -#include "xfa/src/fxbarcode/qrcode/BC_QRCoderECBlocks.h"
|
| -#include "xfa/src/fxbarcode/qrcode/BC_QRCoderVersion.h"
|
| -#include "xfa/src/fxbarcode/utils.h"
|
| +#include "xfa/fxbarcode/qrcode/BC_QRCoderECB.h"
|
| +#include "xfa/fxbarcode/qrcode/BC_QRCoderECBlocks.h"
|
| +#include "xfa/fxbarcode/qrcode/BC_QRCoderVersion.h"
|
| +#include "xfa/fxbarcode/utils.h"
|
|
|
| CBC_QRDataBlock::CBC_QRDataBlock(int32_t numDataCodewords,
|
| CFX_ByteArray* codewords)
|
|
|