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

Unified Diff: xfa/fxfa/parser/xfa_script.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_parser_imp_embeddertest.cpp ('k') | xfa/fxfa/parser/xfa_script_datawindow.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: xfa/fxfa/parser/xfa_script.h
diff --git a/xfa/src/fxfa/parser/xfa_script.h b/xfa/fxfa/parser/xfa_script.h
similarity index 97%
rename from xfa/src/fxfa/parser/xfa_script.h
rename to xfa/fxfa/parser/xfa_script.h
index 286e8f704e7eb4cdbb7ae32f08a7835e6fddc6e0..6d8f3a0ed3d42cec85720f0e53a9688d123b5434 100644
--- a/xfa/src/fxfa/parser/xfa_script.h
+++ b/xfa/fxfa/parser/xfa_script.h
@@ -4,8 +4,8 @@
// Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com
-#ifndef XFA_SRC_FXFA_PARSER_XFA_SCRIPT_H_
-#define XFA_SRC_FXFA_PARSER_XFA_SCRIPT_H_
+#ifndef XFA_FXFA_PARSER_XFA_SCRIPT_H_
+#define XFA_FXFA_PARSER_XFA_SCRIPT_H_
#include "xfa/include/fxfa/fxfa.h"
#include "xfa/include/fxfa/fxfa_objectacc.h"
@@ -118,4 +118,4 @@ class IXFA_ScriptContext {
};
IXFA_ScriptContext* XFA_ScriptContext_Create(CXFA_Document* pDocument);
-#endif // XFA_SRC_FXFA_PARSER_XFA_SCRIPT_H_
+#endif // XFA_FXFA_PARSER_XFA_SCRIPT_H_
« no previous file with comments | « xfa/fxfa/parser/xfa_parser_imp_embeddertest.cpp ('k') | xfa/fxfa/parser/xfa_script_datawindow.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698