| Index: xfa/fxbarcode/common/BC_WhiteRectangleDetector.cpp
|
| diff --git a/xfa/src/fxbarcode/common/BC_WhiteRectangleDetector.cpp b/xfa/fxbarcode/common/BC_WhiteRectangleDetector.cpp
|
| similarity index 97%
|
| rename from xfa/src/fxbarcode/common/BC_WhiteRectangleDetector.cpp
|
| rename to xfa/fxbarcode/common/BC_WhiteRectangleDetector.cpp
|
| index 4e33691e085c3b78478acb42bcf827489b1c3d2f..2aeacd139910576fc634163da3674c1e44576a7f 100644
|
| --- a/xfa/src/fxbarcode/common/BC_WhiteRectangleDetector.cpp
|
| +++ b/xfa/fxbarcode/common/BC_WhiteRectangleDetector.cpp
|
| @@ -20,13 +20,13 @@
|
| * limitations under the License.
|
| */
|
|
|
| -#include "xfa/src/fxbarcode/common/BC_WhiteRectangleDetector.h"
|
| +#include "xfa/fxbarcode/common/BC_WhiteRectangleDetector.h"
|
|
|
| #include <memory>
|
|
|
| -#include "xfa/src/fxbarcode/BC_ResultPoint.h"
|
| -#include "xfa/src/fxbarcode/common/BC_CommonBitMatrix.h"
|
| -#include "xfa/src/fxbarcode/utils.h"
|
| +#include "xfa/fxbarcode/BC_ResultPoint.h"
|
| +#include "xfa/fxbarcode/common/BC_CommonBitMatrix.h"
|
| +#include "xfa/fxbarcode/utils.h"
|
|
|
| CBC_WhiteRectangleDetector::CBC_WhiteRectangleDetector(
|
| CBC_CommonBitMatrix* image) {
|
|
|