| Index: xfa/fwl/core/cfwl_barcode.h
|
| diff --git a/xfa/fwl/lightwidget/cfwl_barcode.h b/xfa/fwl/core/cfwl_barcode.h
|
| similarity index 95%
|
| rename from xfa/fwl/lightwidget/cfwl_barcode.h
|
| rename to xfa/fwl/core/cfwl_barcode.h
|
| index 4bb3d608aa92a7581cf5448e793396a4d7bc11be..39006676e99d66c896bd924e55d93f0ed9237a8d 100644
|
| --- a/xfa/fwl/lightwidget/cfwl_barcode.h
|
| +++ b/xfa/fwl/core/cfwl_barcode.h
|
| @@ -4,12 +4,12 @@
|
|
|
| // Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com
|
|
|
| -#ifndef XFA_FWL_LIGHTWIDGET_CFWL_BARCODE_H_
|
| -#define XFA_FWL_LIGHTWIDGET_CFWL_BARCODE_H_
|
| +#ifndef XFA_FWL_CORE_CFWL_BARCODE_H_
|
| +#define XFA_FWL_CORE_CFWL_BARCODE_H_
|
|
|
| +#include "xfa/fwl/core/cfwl_edit.h"
|
| #include "xfa/fwl/core/fwl_error.h"
|
| #include "xfa/fwl/core/ifwl_barcode.h"
|
| -#include "xfa/fwl/lightwidget/cfwl_edit.h"
|
|
|
| class CFWL_Widget;
|
| class CFWL_WidgetProperties;
|
| @@ -125,4 +125,4 @@ class CFWL_Barcode : public CFWL_Edit {
|
| CFWL_BarcodeDP m_barcodeData;
|
| };
|
|
|
| -#endif // XFA_FWL_LIGHTWIDGET_CFWL_BARCODE_H_
|
| +#endif // XFA_FWL_CORE_CFWL_BARCODE_H_
|
|
|