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

Unified Diff: xfa/fxfa/parser/xfa_object.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_localevalue.cpp ('k') | xfa/fxfa/parser/xfa_object_imp.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: xfa/fxfa/parser/xfa_object.h
diff --git a/xfa/src/fxfa/parser/xfa_object.h b/xfa/fxfa/parser/xfa_object.h
similarity index 99%
rename from xfa/src/fxfa/parser/xfa_object.h
rename to xfa/fxfa/parser/xfa_object.h
index 949ca8739fc19082a16ef41c08fca9faa01ec037..1dba00166fc234141592928c9d92a31df83b5c76 100644
--- a/xfa/src/fxfa/parser/xfa_object.h
+++ b/xfa/fxfa/parser/xfa_object.h
@@ -4,11 +4,11 @@
// Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com
-#ifndef XFA_SRC_FXFA_PARSER_XFA_OBJECT_H_
-#define XFA_SRC_FXFA_PARSER_XFA_OBJECT_H_
+#ifndef XFA_FXFA_PARSER_XFA_OBJECT_H_
+#define XFA_FXFA_PARSER_XFA_OBJECT_H_
-#include "xfa/src/fde/xml/fde_xml.h"
-#include "xfa/src/fxfa/parser/xfa_utils.h"
+#include "xfa/fde/xml/fde_xml.h"
+#include "xfa/fxfa/parser/xfa_utils.h"
class CXFA_Document;
class CXFA_Node;
@@ -800,4 +800,4 @@ inline const CXFA_NodeList* ToNodeList(const CXFA_Object* pObj) {
return pObj ? pObj->AsNodeList() : nullptr;
}
-#endif // XFA_SRC_FXFA_PARSER_XFA_OBJECT_H_
+#endif // XFA_FXFA_PARSER_XFA_OBJECT_H_
« no previous file with comments | « xfa/fxfa/parser/xfa_localevalue.cpp ('k') | xfa/fxfa/parser/xfa_object_imp.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698