| Index: xfa/src/fxfa/src/fm2js/xfa_fmparse.h
|
| diff --git a/xfa/src/fxfa/src/fm2js/xfa_fmparse.h b/xfa/src/fxfa/src/fm2js/xfa_fmparse.h
|
| index ed950c5aa4a706d56369da25a4bda0bfb2d8664a..bac672979520901eef02b59d7a572ebace310863 100644
|
| --- a/xfa/src/fxfa/src/fm2js/xfa_fmparse.h
|
| +++ b/xfa/src/fxfa/src/fm2js/xfa_fmparse.h
|
| @@ -4,8 +4,8 @@
|
|
|
| // Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com
|
|
|
| -#ifndef _XFA_FM_PARSE_H
|
| -#define _XFA_FM_PARSE_H
|
| +#ifndef XFA_SRC_FXFA_SRC_FM2JS_XFA_FMPARSE_H_
|
| +#define XFA_SRC_FXFA_SRC_FM2JS_XFA_FMPARSE_H_
|
|
|
| #include <memory>
|
|
|
| @@ -49,4 +49,4 @@ class CXFA_FMParse {
|
| CXFA_FMErrorInfo* m_pErrorInfo;
|
| };
|
|
|
| -#endif
|
| +#endif // XFA_SRC_FXFA_SRC_FM2JS_XFA_FMPARSE_H_
|
|
|