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

Unified Diff: xfa/fxfa/parser/xfa_docdata.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/fxfa/parser/xfa_basic_imp.cpp ('k') | xfa/fxfa/parser/xfa_doclayout.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: xfa/fxfa/parser/xfa_docdata.h
diff --git a/xfa/src/fxfa/parser/xfa_docdata.h b/xfa/fxfa/parser/xfa_docdata.h
similarity index 85%
rename from xfa/src/fxfa/parser/xfa_docdata.h
rename to xfa/fxfa/parser/xfa_docdata.h
index 5c6cf13dfe212f61eff8980e5426fc13ef6f642e..b3c3edd0cc7a171d803e8a02eaa1208d1c3788e5 100644
--- a/xfa/src/fxfa/parser/xfa_docdata.h
+++ b/xfa/fxfa/parser/xfa_docdata.h
@@ -4,10 +4,10 @@
// Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com
-#ifndef XFA_SRC_FXFA_PARSER_XFA_DOCDATA_H_
-#define XFA_SRC_FXFA_PARSER_XFA_DOCDATA_H_
+#ifndef XFA_FXFA_PARSER_XFA_DOCDATA_H_
+#define XFA_FXFA_PARSER_XFA_DOCDATA_H_
-#include "xfa/src/fxfa/parser/xfa_document.h"
+#include "xfa/fxfa/parser/xfa_document.h"
enum XFA_DATAFORMAT {
XFA_DATAFORMAT_XDP,
@@ -33,4 +33,4 @@ class IXFA_PacketImport {
virtual FX_BOOL ImportData(IFX_FileRead* pDataDocument) = 0;
};
-#endif // XFA_SRC_FXFA_PARSER_XFA_DOCDATA_H_
+#endif // XFA_FXFA_PARSER_XFA_DOCDATA_H_
« no previous file with comments | « xfa/fxfa/parser/xfa_basic_imp.cpp ('k') | xfa/fxfa/parser/xfa_doclayout.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698