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