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

Unified Diff: xfa/fxfa/parser/xfa_script_datawindow.h

Issue 1803723002: Move xfa/src up to xfa/. (Closed) Base URL: https://pdfium.googlesource.com/pdfium.git@master
Patch Set: 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
Index: xfa/fxfa/parser/xfa_script_datawindow.h
diff --git a/xfa/src/fxfa/parser/xfa_script_datawindow.h b/xfa/fxfa/parser/xfa_script_datawindow.h
similarity index 87%
rename from xfa/src/fxfa/parser/xfa_script_datawindow.h
rename to xfa/fxfa/parser/xfa_script_datawindow.h
index 2639d3c5d36165f3e716293cda08ac769708cd82..9974e11eb1779f938e070e72bfebe9ee8bb810fe 100644
--- a/xfa/src/fxfa/parser/xfa_script_datawindow.h
+++ b/xfa/fxfa/parser/xfa_script_datawindow.h
@@ -4,10 +4,10 @@
// Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com
-#ifndef XFA_SRC_FXFA_PARSER_XFA_SCRIPT_DATAWINDOW_H_
-#define XFA_SRC_FXFA_PARSER_XFA_SCRIPT_DATAWINDOW_H_
+#ifndef XFA_FXFA_PARSER_XFA_SCRIPT_DATAWINDOW_H_
+#define XFA_FXFA_PARSER_XFA_SCRIPT_DATAWINDOW_H_
-#include "xfa/src/fxfa/parser/xfa_object.h"
+#include "xfa/fxfa/parser/xfa_object.h"
class CScript_DataWindow : public CXFA_OrdinaryObject {
public:
@@ -31,4 +31,4 @@ class CScript_DataWindow : public CXFA_OrdinaryObject {
XFA_ATTRIBUTE eAttribute);
};
-#endif // XFA_SRC_FXFA_PARSER_XFA_SCRIPT_DATAWINDOW_H_
+#endif // XFA_FXFA_PARSER_XFA_SCRIPT_DATAWINDOW_H_

Powered by Google App Engine
This is Rietveld 408576698