| Index: xfa/fxfa/cxfa_eventparam.h
|
| diff --git a/xfa/fxfa/include/cxfa_eventparam.h b/xfa/fxfa/cxfa_eventparam.h
|
| similarity index 90%
|
| rename from xfa/fxfa/include/cxfa_eventparam.h
|
| rename to xfa/fxfa/cxfa_eventparam.h
|
| index 9bc46fdc66fcf3788f5cf15ccdd4e56a18776edf..cc548f6e4d808545e0a664ef31e5de5b8bf189c4 100644
|
| --- a/xfa/fxfa/include/cxfa_eventparam.h
|
| +++ b/xfa/fxfa/cxfa_eventparam.h
|
| @@ -4,10 +4,10 @@
|
|
|
| // Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com
|
|
|
| -#ifndef XFA_FXFA_INCLUDE_CXFA_EVENTPARAM_H_
|
| -#define XFA_FXFA_INCLUDE_CXFA_EVENTPARAM_H_
|
| +#ifndef XFA_FXFA_CXFA_EVENTPARAM_H_
|
| +#define XFA_FXFA_CXFA_EVENTPARAM_H_
|
|
|
| -#include "xfa/fxfa/include/fxfa_basic.h"
|
| +#include "xfa/fxfa/fxfa_basic.h"
|
|
|
| class CXFA_WidgetAcc;
|
|
|
| @@ -76,4 +76,4 @@ class CXFA_EventParam {
|
| int32_t m_iValidateActivities;
|
| };
|
|
|
| -#endif // XFA_FXFA_INCLUDE_CXFA_EVENTPARAM_H_
|
| +#endif // XFA_FXFA_CXFA_EVENTPARAM_H_
|
|
|