| Index: xfa/fwl/cfwl_listitem.h
|
| diff --git a/xfa/fwl/core/cfwl_listitem.h b/xfa/fwl/cfwl_listitem.h
|
| similarity index 83%
|
| rename from xfa/fwl/core/cfwl_listitem.h
|
| rename to xfa/fwl/cfwl_listitem.h
|
| index 0a5f0a3088d80a8d97382dc000e9ed9177f1295f..d4f5d6d62d134d0640d94316f38bb45794e27cca 100644
|
| --- a/xfa/fwl/core/cfwl_listitem.h
|
| +++ b/xfa/fwl/cfwl_listitem.h
|
| @@ -4,8 +4,8 @@
|
|
|
| // Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com
|
|
|
| -#ifndef XFA_FWL_CORE_CFWL_LISTITEM_H_
|
| -#define XFA_FWL_CORE_CFWL_LISTITEM_H_
|
| +#ifndef XFA_FWL_CFWL_LISTITEM_H_
|
| +#define XFA_FWL_CFWL_LISTITEM_H_
|
|
|
| #include "core/fxcrt/fx_coordinates.h"
|
| #include "core/fxcrt/fx_string.h"
|
| @@ -27,4 +27,4 @@ class CFWL_ListItem {
|
| CFX_RectF m_rtCheckBox;
|
| };
|
|
|
| -#endif // XFA_FWL_CORE_CFWL_LISTITEM_H_
|
| +#endif // XFA_FWL_CFWL_LISTITEM_H_
|
|
|