| Index: xfa/fxbarcode/BC_DecoderResult.h
|
| diff --git a/xfa/src/fxbarcode/BC_DecoderResult.h b/xfa/fxbarcode/BC_DecoderResult.h
|
| similarity index 86%
|
| rename from xfa/src/fxbarcode/BC_DecoderResult.h
|
| rename to xfa/fxbarcode/BC_DecoderResult.h
|
| index fce22a741bd9c6a9a6ba2129bdf14d0be26c768e..c3008c52bf8bdc024e5d959c7649ac5589e326b8 100644
|
| --- a/xfa/src/fxbarcode/BC_DecoderResult.h
|
| +++ b/xfa/fxbarcode/BC_DecoderResult.h
|
| @@ -4,8 +4,8 @@
|
|
|
| // Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com
|
|
|
| -#ifndef XFA_SRC_FXBARCODE_BC_DECODERRESULT_H_
|
| -#define XFA_SRC_FXBARCODE_BC_DECODERRESULT_H_
|
| +#ifndef XFA_FXBARCODE_BC_DECODERRESULT_H_
|
| +#define XFA_FXBARCODE_BC_DECODERRESULT_H_
|
|
|
| #include "core/include/fxcrt/fx_basic.h"
|
|
|
| @@ -34,4 +34,4 @@ class CBC_DecoderResult {
|
| void* m_other;
|
| };
|
|
|
| -#endif // XFA_SRC_FXBARCODE_BC_DECODERRESULT_H_
|
| +#endif // XFA_FXBARCODE_BC_DECODERRESULT_H_
|
|
|