| Index: xfa/src/fxbarcode/qrcode/BC_QRCoderErrorCorrectionLevel.cpp
|
| diff --git a/xfa/src/fxbarcode/src/BC_QRCoderErrorCorrectionLevel.cpp b/xfa/src/fxbarcode/qrcode/BC_QRCoderErrorCorrectionLevel.cpp
|
| similarity index 94%
|
| rename from xfa/src/fxbarcode/src/BC_QRCoderErrorCorrectionLevel.cpp
|
| rename to xfa/src/fxbarcode/qrcode/BC_QRCoderErrorCorrectionLevel.cpp
|
| index 238b4e31496d9d431ee8d48dcb9d5d152d3a37f7..f8aae491da19f554fad5989b4cb0e0979e5bfe00 100644
|
| --- a/xfa/src/fxbarcode/src/BC_QRCoderErrorCorrectionLevel.cpp
|
| +++ b/xfa/src/fxbarcode/qrcode/BC_QRCoderErrorCorrectionLevel.cpp
|
| @@ -20,8 +20,8 @@
|
| * limitations under the License.
|
| */
|
|
|
| -#include "barcode.h"
|
| -#include "include/BC_QRCoderErrorCorrectionLevel.h"
|
| +#include "../barcode.h"
|
| +#include "BC_QRCoderErrorCorrectionLevel.h"
|
| CBC_QRCoderErrorCorrectionLevel* CBC_QRCoderErrorCorrectionLevel::L = NULL;
|
| CBC_QRCoderErrorCorrectionLevel* CBC_QRCoderErrorCorrectionLevel::M = NULL;
|
| CBC_QRCoderErrorCorrectionLevel* CBC_QRCoderErrorCorrectionLevel::Q = NULL;
|
|
|