Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1788)

Unified Diff: xfa/fde/xml/fde_xml.h

Issue 1803723002: Move xfa/src up to xfa/. (Closed) Base URL: https://pdfium.googlesource.com/pdfium.git@master
Patch Set: Rebase to master Created 4 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « xfa/fde/tto/fde_textout.cpp ('k') | xfa/fde/xml/fde_xml_imp.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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_
« no previous file with comments | « xfa/fde/tto/fde_textout.cpp ('k') | xfa/fde/xml/fde_xml_imp.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698