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

Unified Diff: xfa/fxfa/fm2js/xfa_expression.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/fm2js/xfa_error.cpp ('k') | xfa/fxfa/fm2js/xfa_expression.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: xfa/fxfa/fm2js/xfa_expression.h
diff --git a/xfa/src/fxfa/fm2js/xfa_expression.h b/xfa/fxfa/fm2js/xfa_expression.h
similarity index 97%
rename from xfa/src/fxfa/fm2js/xfa_expression.h
rename to xfa/fxfa/fm2js/xfa_expression.h
index ffcce1c4e087d4e9e754cc1ddc95f8429d7be227..0b99e8da13be23521d8c43e0ac8f6774b67eedb6 100644
--- a/xfa/src/fxfa/fm2js/xfa_expression.h
+++ b/xfa/fxfa/fm2js/xfa_expression.h
@@ -4,12 +4,12 @@
// Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com
-#ifndef XFA_SRC_FXFA_FM2JS_XFA_EXPRESSION_H_
-#define XFA_SRC_FXFA_FM2JS_XFA_EXPRESSION_H_
+#ifndef XFA_FXFA_FM2JS_XFA_EXPRESSION_H_
+#define XFA_FXFA_FM2JS_XFA_EXPRESSION_H_
#include <memory>
-#include "xfa/src/fxfa/fm2js/xfa_simpleexpression.h"
+#include "xfa/fxfa/fm2js/xfa_simpleexpression.h"
enum XFA_FM_EXPTYPE {
XFA_FM_EXPTYPE_UNKNOWN,
@@ -188,4 +188,4 @@ class CXFA_FMForeachExpression : public CXFA_FMLoopExpression {
std::unique_ptr<CXFA_FMExpression> m_pList;
};
-#endif // XFA_SRC_FXFA_FM2JS_XFA_EXPRESSION_H_
+#endif // XFA_FXFA_FM2JS_XFA_EXPRESSION_H_
« no previous file with comments | « xfa/fxfa/fm2js/xfa_error.cpp ('k') | xfa/fxfa/fm2js/xfa_expression.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698