| Index: xfa/fwl/cfwl_sysbtn.h
|
| diff --git a/xfa/fwl/core/cfwl_sysbtn.h b/xfa/fwl/cfwl_sysbtn.h
|
| similarity index 85%
|
| rename from xfa/fwl/core/cfwl_sysbtn.h
|
| rename to xfa/fwl/cfwl_sysbtn.h
|
| index b973b92ff8a72f5a06650631bde3c147b88a18bc..e79b438f6a726f00880eac12ab5c4868588144c8 100644
|
| --- a/xfa/fwl/core/cfwl_sysbtn.h
|
| +++ b/xfa/fwl/cfwl_sysbtn.h
|
| @@ -4,8 +4,8 @@
|
|
|
| // Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com
|
|
|
| -#ifndef XFA_FWL_CORE_CFWL_SYSBTN_H_
|
| -#define XFA_FWL_CORE_CFWL_SYSBTN_H_
|
| +#ifndef XFA_FWL_CFWL_SYSBTN_H_
|
| +#define XFA_FWL_CFWL_SYSBTN_H_
|
|
|
| #include "core/fxcrt/fx_coordinates.h"
|
|
|
| @@ -30,4 +30,4 @@ class CFWL_SysBtn {
|
| uint32_t m_dwState;
|
| };
|
|
|
| -#endif // XFA_FWL_CORE_CFWL_SYSBTN_H_
|
| +#endif // XFA_FWL_CFWL_SYSBTN_H_
|
|
|