| Index: xfa/src/fxfa/src/parser/xfa_document_serialize.h
|
| diff --git a/xfa/src/fxfa/src/parser/xfa_document_serialize.h b/xfa/src/fxfa/src/parser/xfa_document_serialize.h
|
| index d50f0d267428ce66ac9ab1d493c0eb5502479609..bcec733772d3d5c7ff4a06a0696f1ba6e51e83bb 100644
|
| --- a/xfa/src/fxfa/src/parser/xfa_document_serialize.h
|
| +++ b/xfa/src/fxfa/src/parser/xfa_document_serialize.h
|
| @@ -4,8 +4,9 @@
|
|
|
| // Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com
|
|
|
| -#ifndef _XFA_DOCUMENT_SERIALIZE_H_
|
| -#define _XFA_DOCUMENT_SERIALIZE_H_
|
| +#ifndef XFA_SRC_FXFA_SRC_PARSER_XFA_DOCUMENT_SERIALIZE_H_
|
| +#define XFA_SRC_FXFA_SRC_PARSER_XFA_DOCUMENT_SERIALIZE_H_
|
| +
|
| class CXFA_DataImporter : public IXFA_PacketImport {
|
| public:
|
| CXFA_DataImporter(CXFA_Document* pDocument);
|
| @@ -32,4 +33,5 @@ class CXFA_DataExporter : public IXFA_PacketExport {
|
| const FX_CHAR* pChecksum);
|
| CXFA_Document* m_pDocument;
|
| };
|
| -#endif
|
| +
|
| +#endif // XFA_SRC_FXFA_SRC_PARSER_XFA_DOCUMENT_SERIALIZE_H_
|
|
|