| Index: xfa/fxbarcode/pdf417/BC_PDF417DetectionResult.h
|
| diff --git a/xfa/src/fxbarcode/pdf417/BC_PDF417DetectionResult.h b/xfa/fxbarcode/pdf417/BC_PDF417DetectionResult.h
|
| similarity index 91%
|
| rename from xfa/src/fxbarcode/pdf417/BC_PDF417DetectionResult.h
|
| rename to xfa/fxbarcode/pdf417/BC_PDF417DetectionResult.h
|
| index 969d513c7e8bdc85d3a220495d85863638052615..8b7f91bfcd1c11831b8126bec63a40979873b331 100644
|
| --- a/xfa/src/fxbarcode/pdf417/BC_PDF417DetectionResult.h
|
| +++ b/xfa/fxbarcode/pdf417/BC_PDF417DetectionResult.h
|
| @@ -4,8 +4,8 @@
|
|
|
| // Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com
|
|
|
| -#ifndef XFA_SRC_FXBARCODE_PDF417_BC_PDF417DETECTIONRESULT_H_
|
| -#define XFA_SRC_FXBARCODE_PDF417_BC_PDF417DETECTIONRESULT_H_
|
| +#ifndef XFA_FXBARCODE_PDF417_BC_PDF417DETECTIONRESULT_H_
|
| +#define XFA_FXBARCODE_PDF417_BC_PDF417DETECTIONRESULT_H_
|
|
|
| class CBC_BarcodeMetadata;
|
| class CBC_BoundingBox;
|
| @@ -54,4 +54,4 @@ class CBC_DetectionResult {
|
| CBC_Codeword* otherCodeword);
|
| };
|
|
|
| -#endif // XFA_SRC_FXBARCODE_PDF417_BC_PDF417DETECTIONRESULT_H_
|
| +#endif // XFA_FXBARCODE_PDF417_BC_PDF417DETECTIONRESULT_H_
|
|
|