| Index: xfa/fxbarcode/utils.h
|
| diff --git a/xfa/src/fxbarcode/utils.h b/xfa/fxbarcode/utils.h
|
| similarity index 98%
|
| rename from xfa/src/fxbarcode/utils.h
|
| rename to xfa/fxbarcode/utils.h
|
| index 23830d5656fe915884dc2b363267ef7f764db7f9..f6186e664faed6284f11e7ff9f4995e17e6acebb 100644
|
| --- a/xfa/src/fxbarcode/utils.h
|
| +++ b/xfa/fxbarcode/utils.h
|
| @@ -4,8 +4,8 @@
|
|
|
| // Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com
|
|
|
| -#ifndef XFA_SRC_FXBARCODE_UTILS_H_
|
| -#define XFA_SRC_FXBARCODE_UTILS_H_
|
| +#ifndef XFA_FXBARCODE_UTILS_H_
|
| +#define XFA_FXBARCODE_UTILS_H_
|
|
|
| #include "core/include/fxcrt/fx_basic.h"
|
|
|
| @@ -180,4 +180,4 @@ enum BCFORMAT {
|
| if (e != BCExceptionNO) \
|
| return v;
|
|
|
| -#endif // XFA_SRC_FXBARCODE_UTILS_H_
|
| +#endif // XFA_FXBARCODE_UTILS_H_
|
|
|