| Index: xfa/fwl/core/ifwl_adapternative.h
|
| diff --git a/xfa/include/fwl/adapter/fwl_adapternative.h b/xfa/fwl/core/ifwl_adapternative.h
|
| similarity index 79%
|
| rename from xfa/include/fwl/adapter/fwl_adapternative.h
|
| rename to xfa/fwl/core/ifwl_adapternative.h
|
| index 83e6fd9af851c9e77058c7fe1d47b772b29aaf77..6c6d8019ffd25571ef62b662522f2f8d3d8f32df 100644
|
| --- a/xfa/include/fwl/adapter/fwl_adapternative.h
|
| +++ b/xfa/fwl/core/ifwl_adapternative.h
|
| @@ -4,8 +4,8 @@
|
|
|
| // Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com
|
|
|
| -#ifndef XFA_INCLUDE_FWL_ADAPTER_FWL_ADAPTERNATIVE_H_
|
| -#define XFA_INCLUDE_FWL_ADAPTER_FWL_ADAPTERNATIVE_H_
|
| +#ifndef XFA_FWL_CORE_IFWL_ADAPTERNATIVE_H_
|
| +#define XFA_FWL_CORE_IFWL_ADAPTERNATIVE_H_
|
|
|
| class IFWL_WidgetMgrDelegate;
|
| class IFWL_AdapterWidgetMgr;
|
| @@ -21,4 +21,4 @@ class IFWL_AdapterNative {
|
| virtual IFWL_AdapterTimerMgr* GetTimerMgr() = 0;
|
| };
|
|
|
| -#endif // XFA_INCLUDE_FWL_ADAPTER_FWL_ADAPTERNATIVE_H_
|
| +#endif // XFA_FWL_CORE_IFWL_ADAPTERNATIVE_H_
|
|
|