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

Unified Diff: xfa/fde/xml/fde_xml_imp.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/xml/fde_xml.h ('k') | xfa/fde/xml/fde_xml_imp.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: xfa/fde/xml/fde_xml_imp.h
diff --git a/xfa/src/fde/xml/fde_xml_imp.h b/xfa/fde/xml/fde_xml_imp.h
similarity index 98%
rename from xfa/src/fde/xml/fde_xml_imp.h
rename to xfa/fde/xml/fde_xml_imp.h
index 815d746d3142f63ec8d60ac25bb176b439e9a929..79d77d93eb636ac139c2c567604441bc03525bd5 100644
--- a/xfa/src/fde/xml/fde_xml_imp.h
+++ b/xfa/fde/xml/fde_xml_imp.h
@@ -4,13 +4,13 @@
// Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com
-#ifndef XFA_SRC_FDE_XML_FDE_XML_IMP_H_
-#define XFA_SRC_FDE_XML_FDE_XML_IMP_H_
+#ifndef XFA_FDE_XML_FDE_XML_IMP_H_
+#define XFA_FDE_XML_FDE_XML_IMP_H_
#include "core/include/fxcrt/fx_system.h"
-#include "xfa/src/fde/xml/fde_xml.h"
-#include "xfa/src/fgas/crt/fgas_memory.h"
-#include "xfa/src/fgas/crt/fgas_stream.h"
+#include "xfa/fde/xml/fde_xml.h"
+#include "xfa/fgas/crt/fgas_memory.h"
+#include "xfa/fgas/crt/fgas_stream.h"
class CFDE_BlockBuffer;
class CFDE_XMLInstruction;
@@ -351,4 +351,4 @@ class CFDE_XMLSyntaxParser : public IFDE_XMLSyntaxParser, public CFX_Target {
inline void ParseTextChar(FX_WCHAR ch);
};
-#endif // XFA_SRC_FDE_XML_FDE_XML_IMP_H_
+#endif // XFA_FDE_XML_FDE_XML_IMP_H_
« no previous file with comments | « xfa/fde/xml/fde_xml.h ('k') | xfa/fde/xml/fde_xml_imp.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698