| Index: xfa/fxbarcode/common/BC_WhiteRectangleDetector.h
|
| diff --git a/xfa/src/fxbarcode/common/BC_WhiteRectangleDetector.h b/xfa/fxbarcode/common/BC_WhiteRectangleDetector.h
|
| similarity index 89%
|
| rename from xfa/src/fxbarcode/common/BC_WhiteRectangleDetector.h
|
| rename to xfa/fxbarcode/common/BC_WhiteRectangleDetector.h
|
| index 4af04ac1fcc2f35ea807c0b9a525753baaa3cde4..3d6c01ceff70a75734da060de02b33b2ff7dd38d 100644
|
| --- a/xfa/src/fxbarcode/common/BC_WhiteRectangleDetector.h
|
| +++ b/xfa/fxbarcode/common/BC_WhiteRectangleDetector.h
|
| @@ -4,8 +4,8 @@
|
|
|
| // Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com
|
|
|
| -#ifndef XFA_SRC_FXBARCODE_COMMON_BC_WHITERECTANGLEDETECTOR_H_
|
| -#define XFA_SRC_FXBARCODE_COMMON_BC_WHITERECTANGLEDETECTOR_H_
|
| +#ifndef XFA_FXBARCODE_COMMON_BC_WHITERECTANGLEDETECTOR_H_
|
| +#define XFA_FXBARCODE_COMMON_BC_WHITERECTANGLEDETECTOR_H_
|
|
|
| #include "core/include/fxcrt/fx_basic.h"
|
|
|
| @@ -51,4 +51,4 @@ class CBC_WhiteRectangleDetector {
|
| int32_t m_upInit;
|
| };
|
|
|
| -#endif // XFA_SRC_FXBARCODE_COMMON_BC_WHITERECTANGLEDETECTOR_H_
|
| +#endif // XFA_FXBARCODE_COMMON_BC_WHITERECTANGLEDETECTOR_H_
|
|
|