| Index: xfa/fxbarcode/BC_UtilCodingConvert.h
|
| diff --git a/xfa/src/fxbarcode/BC_UtilCodingConvert.h b/xfa/fxbarcode/BC_UtilCodingConvert.h
|
| similarity index 87%
|
| rename from xfa/src/fxbarcode/BC_UtilCodingConvert.h
|
| rename to xfa/fxbarcode/BC_UtilCodingConvert.h
|
| index 2cfd81a1767f642f5ae9eebee169297bdd82064c..2d5c9f3892bd4566cacc5113b18d3ff7d1d2cc4f 100644
|
| --- a/xfa/src/fxbarcode/BC_UtilCodingConvert.h
|
| +++ b/xfa/fxbarcode/BC_UtilCodingConvert.h
|
| @@ -4,8 +4,8 @@
|
|
|
| // Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com
|
|
|
| -#ifndef XFA_SRC_FXBARCODE_BC_UTILCODINGCONVERT_H_
|
| -#define XFA_SRC_FXBARCODE_BC_UTILCODINGCONVERT_H_
|
| +#ifndef XFA_FXBARCODE_BC_UTILCODINGCONVERT_H_
|
| +#define XFA_FXBARCODE_BC_UTILCODINGCONVERT_H_
|
|
|
| #include "core/include/fxcrt/fx_basic.h"
|
|
|
| @@ -26,4 +26,4 @@ class CBC_UtilCodingConvert {
|
| CFX_ByteString& result);
|
| };
|
|
|
| -#endif // XFA_SRC_FXBARCODE_BC_UTILCODINGCONVERT_H_
|
| +#endif // XFA_FXBARCODE_BC_UTILCODINGCONVERT_H_
|
|
|