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