Chromium Code Reviews| 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..bd09f79e71251346a7580f8b93accc37c3a10db0 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_FM_PARSE_H_ |
|
Tom Sepez
2016/02/18 18:33:13
FMPARSE
dsinclair
2016/02/18 19:19:06
Done.
|
| +#define XFA_SRC_FXFA_SRC_FM2JS_XFA_FM_PARSE_H_ |
| #include <memory> |
| @@ -49,4 +49,4 @@ class CXFA_FMParse { |
| CXFA_FMErrorInfo* m_pErrorInfo; |
| }; |
| -#endif |
| +#endif // XFA_SRC_FXFA_SRC_FM2JS_XFA_FM_PARSE_H_ |