| Index: xfa/fwl/basewidget/cfx_barcode.h
|
| diff --git a/xfa/fwl/basewidget/fxmath_barcodeimp.h b/xfa/fwl/basewidget/cfx_barcode.h
|
| similarity index 93%
|
| rename from xfa/fwl/basewidget/fxmath_barcodeimp.h
|
| rename to xfa/fwl/basewidget/cfx_barcode.h
|
| index 3a2c4b54345a898e0a2fdd8168044e6aa2b30d66..fbe16306bd27b6c5a6be233b75ef34965cfefafd 100644
|
| --- a/xfa/fwl/basewidget/fxmath_barcodeimp.h
|
| +++ b/xfa/fwl/basewidget/cfx_barcode.h
|
| @@ -4,8 +4,8 @@
|
|
|
| // Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com
|
|
|
| -#ifndef XFA_FWL_BASEWIDGET_FXMATH_BARCODEIMP_H_
|
| -#define XFA_FWL_BASEWIDGET_FXMATH_BARCODEIMP_H_
|
| +#ifndef XFA_FWL_BASEWIDGET_CFX_BARCODE_H_
|
| +#define XFA_FWL_BASEWIDGET_CFX_BARCODE_H_
|
|
|
| #include "core/fxcrt/include/fx_coordinates.h"
|
| #include "core/fxcrt/include/fx_string.h"
|
| @@ -60,4 +60,4 @@ class CFX_Barcode {
|
| CBC_CodeBase* m_pBCEngine;
|
| };
|
|
|
| -#endif // XFA_FWL_BASEWIDGET_FXMATH_BARCODEIMP_H_
|
| +#endif // XFA_FWL_BASEWIDGET_CFX_BARCODE_H_
|
|
|