From 4a2aa1a90d89b88036b0bff432ffefa183ea80d0 Mon Sep 17 00:00:00 2001 From: Tom Sepez Date: Tue, 19 Jan 2016 15:18:13 -0800 Subject: Resolve fde_xml.h header collision R=thestig@chromium.org Review URL: https://codereview.chromium.org/1581823002 . --- xfa/src/fdp/include/fde_xml.h | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'xfa/src/fdp/include/fde_xml.h') diff --git a/xfa/src/fdp/include/fde_xml.h b/xfa/src/fdp/include/fde_xml.h index 9fc80b789d..85793aae19 100644 --- a/xfa/src/fdp/include/fde_xml.h +++ b/xfa/src/fdp/include/fde_xml.h @@ -4,8 +4,9 @@ // Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com -#ifndef _FDE_XML -#define _FDE_XML +#ifndef FDE_XML_H_ +#define FDE_XML_H_ + class IFDE_XMLNode; class IFDE_XMLInstruction; class IFDE_XMLDeclaration; @@ -228,4 +229,5 @@ class IFDE_XMLSyntaxParser { virtual void GetTextData(CFX_WideString& wsText) const = 0; virtual void GetTargetData(CFX_WideString& wsData) const = 0; }; -#endif + +#endif // FDE_XML_H_ -- cgit v1.2.3