| Index: xfa/fxbarcode/BC_LuminanceSource.h
|
| diff --git a/xfa/src/fxbarcode/BC_LuminanceSource.h b/xfa/fxbarcode/BC_LuminanceSource.h
|
| similarity index 81%
|
| rename from xfa/src/fxbarcode/BC_LuminanceSource.h
|
| rename to xfa/fxbarcode/BC_LuminanceSource.h
|
| index 862fa2475f0f82bcd30473b6cc2f6a7b4e3e8f6c..b4b3ebc03ca80e5ef2415f0445ef0f5c37174949 100644
|
| --- a/xfa/src/fxbarcode/BC_LuminanceSource.h
|
| +++ b/xfa/fxbarcode/BC_LuminanceSource.h
|
| @@ -4,8 +4,8 @@
|
|
|
| // Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com
|
|
|
| -#ifndef XFA_SRC_FXBARCODE_BC_LUMINANCESOURCE_H_
|
| -#define XFA_SRC_FXBARCODE_BC_LUMINANCESOURCE_H_
|
| +#ifndef XFA_FXBARCODE_BC_LUMINANCESOURCE_H_
|
| +#define XFA_FXBARCODE_BC_LUMINANCESOURCE_H_
|
|
|
| #include "core/include/fxcrt/fx_basic.h"
|
|
|
| @@ -24,4 +24,4 @@ class CBC_LuminanceSource {
|
| int32_t m_height;
|
| };
|
|
|
| -#endif // XFA_SRC_FXBARCODE_BC_LUMINANCESOURCE_H_
|
| +#endif // XFA_FXBARCODE_BC_LUMINANCESOURCE_H_
|
|
|