| Index: xfa/fxfa/parser/cscript_signaturepseudomodel.h
|
| diff --git a/xfa/fxfa/parser/xfa_script_signaturepseudomodel.h b/xfa/fxfa/parser/cscript_signaturepseudomodel.h
|
| similarity index 79%
|
| rename from xfa/fxfa/parser/xfa_script_signaturepseudomodel.h
|
| rename to xfa/fxfa/parser/cscript_signaturepseudomodel.h
|
| index 56f5e5de434b7a1c4638943b3505335fc9025faa..f8478c2a0fa9c00fc18946efe7aa918214043043 100644
|
| --- a/xfa/fxfa/parser/xfa_script_signaturepseudomodel.h
|
| +++ b/xfa/fxfa/parser/cscript_signaturepseudomodel.h
|
| @@ -4,8 +4,8 @@
|
|
|
| // Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com
|
|
|
| -#ifndef XFA_FXFA_PARSER_XFA_SCRIPT_SIGNATUREPSEUDOMODEL_H_
|
| -#define XFA_FXFA_PARSER_XFA_SCRIPT_SIGNATUREPSEUDOMODEL_H_
|
| +#ifndef XFA_FXFA_PARSER_CSCRIPT_SIGNATUREPSEUDOMODEL_H_
|
| +#define XFA_FXFA_PARSER_CSCRIPT_SIGNATUREPSEUDOMODEL_H_
|
|
|
| #include "fxjs/include/cfxjse_arguments.h"
|
| #include "xfa/fxfa/parser/xfa_object.h"
|
| @@ -21,4 +21,4 @@ class CScript_SignaturePseudoModel : public CXFA_Object {
|
| void Clear(CFXJSE_Arguments* pArguments);
|
| };
|
|
|
| -#endif // XFA_FXFA_PARSER_XFA_SCRIPT_SIGNATUREPSEUDOMODEL_H_
|
| +#endif // XFA_FXFA_PARSER_CSCRIPT_SIGNATUREPSEUDOMODEL_H_
|
|
|