Index: 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 9fc80b789d0495d908818bc11d7aa9420206a778..85793aae195ceb91bf81fd82d3b44053618cd6af 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_ |