| Index: xfa/fwl/cfx_barcode.h
|
| diff --git a/xfa/fwl/core/cfx_barcode.h b/xfa/fwl/cfx_barcode.h
|
| similarity index 93%
|
| rename from xfa/fwl/core/cfx_barcode.h
|
| rename to xfa/fwl/cfx_barcode.h
|
| index 21fb7451d4ceac3bab02e74852065b986b7e1770..f639977cfc13c0040154917198b6c4d2e7a954ff 100644
|
| --- a/xfa/fwl/core/cfx_barcode.h
|
| +++ b/xfa/fwl/cfx_barcode.h
|
| @@ -4,8 +4,8 @@
|
|
|
| // Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com
|
|
|
| -#ifndef XFA_FWL_CORE_CFX_BARCODE_H_
|
| -#define XFA_FWL_CORE_CFX_BARCODE_H_
|
| +#ifndef XFA_FWL_CFX_BARCODE_H_
|
| +#define XFA_FWL_CFX_BARCODE_H_
|
|
|
| #include <memory>
|
|
|
| @@ -62,4 +62,4 @@ class CFX_Barcode {
|
| std::unique_ptr<CBC_CodeBase> m_pBCEngine;
|
| };
|
|
|
| -#endif // XFA_FWL_CORE_CFX_BARCODE_H_
|
| +#endif // XFA_FWL_CFX_BARCODE_H_
|
|
|