| Index: xfa/fde/xml/fde_xml.h
|
| diff --git a/xfa/src/fde/xml/fde_xml.h b/xfa/fde/xml/fde_xml.h
|
| similarity index 97%
|
| rename from xfa/src/fde/xml/fde_xml.h
|
| rename to xfa/fde/xml/fde_xml.h
|
| index 03e2a60806bcfd0d19eb6a872cbdf13004710dcc..757ebf9be863a6226a21f06c669e3faebaffce4c 100644
|
| --- a/xfa/src/fde/xml/fde_xml.h
|
| +++ b/xfa/fde/xml/fde_xml.h
|
| @@ -4,11 +4,11 @@
|
|
|
| // Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com
|
|
|
| -#ifndef XFA_SRC_FDE_XML_FDE_XML_H_
|
| -#define XFA_SRC_FDE_XML_FDE_XML_H_
|
| +#ifndef XFA_FDE_XML_FDE_XML_H_
|
| +#define XFA_FDE_XML_FDE_XML_H_
|
|
|
| -#include "xfa/src/fgas/crt/fgas_stream.h"
|
| -#include "xfa/src/fgas/crt/fgas_utils.h"
|
| +#include "xfa/fgas/crt/fgas_stream.h"
|
| +#include "xfa/fgas/crt/fgas_utils.h"
|
|
|
| class IFDE_XMLNode;
|
| class IFDE_XMLInstruction;
|
| @@ -223,4 +223,4 @@ class IFDE_XMLSyntaxParser {
|
| virtual void GetTargetData(CFX_WideString& wsData) const = 0;
|
| };
|
|
|
| -#endif // XFA_SRC_FDE_XML_FDE_XML_H_
|
| +#endif // XFA_FDE_XML_FDE_XML_H_
|
|
|