| Index: xfa/fxfa/parser/xfa_script.h
|
| diff --git a/xfa/src/fxfa/parser/xfa_script.h b/xfa/fxfa/parser/xfa_script.h
|
| similarity index 97%
|
| rename from xfa/src/fxfa/parser/xfa_script.h
|
| rename to xfa/fxfa/parser/xfa_script.h
|
| index 286e8f704e7eb4cdbb7ae32f08a7835e6fddc6e0..6d8f3a0ed3d42cec85720f0e53a9688d123b5434 100644
|
| --- a/xfa/src/fxfa/parser/xfa_script.h
|
| +++ b/xfa/fxfa/parser/xfa_script.h
|
| @@ -4,8 +4,8 @@
|
|
|
| // Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com
|
|
|
| -#ifndef XFA_SRC_FXFA_PARSER_XFA_SCRIPT_H_
|
| -#define XFA_SRC_FXFA_PARSER_XFA_SCRIPT_H_
|
| +#ifndef XFA_FXFA_PARSER_XFA_SCRIPT_H_
|
| +#define XFA_FXFA_PARSER_XFA_SCRIPT_H_
|
|
|
| #include "xfa/include/fxfa/fxfa.h"
|
| #include "xfa/include/fxfa/fxfa_objectacc.h"
|
| @@ -118,4 +118,4 @@ class IXFA_ScriptContext {
|
| };
|
| IXFA_ScriptContext* XFA_ScriptContext_Create(CXFA_Document* pDocument);
|
|
|
| -#endif // XFA_SRC_FXFA_PARSER_XFA_SCRIPT_H_
|
| +#endif // XFA_FXFA_PARSER_XFA_SCRIPT_H_
|
|
|