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

Unified Diff: fxjse/include/cfxjse_arguments.h

Issue 2056663004: Move xfa/fxjse/ to fxjse/ (Closed) Base URL: https://pdfium.googlesource.com/pdfium.git@master
Patch Set: Created 4 years, 6 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 | « fxjse/dynprop.cpp ('k') | fxjse/include/cfxjse_class.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: fxjse/include/cfxjse_arguments.h
diff --git a/xfa/fxjse/cfxjse_arguments.h b/fxjse/include/cfxjse_arguments.h
similarity index 86%
rename from xfa/fxjse/cfxjse_arguments.h
rename to fxjse/include/cfxjse_arguments.h
index 7091f8dea647f5ea0cb6362708bb721c1376789b..0f9bddaa87425a7e38ca9130c22c9a2f2282cad4 100644
--- a/xfa/fxjse/cfxjse_arguments.h
+++ b/fxjse/include/cfxjse_arguments.h
@@ -4,12 +4,12 @@
// Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com
-#ifndef XFA_FXJSE_CFXJSE_ARGUMENTS_H_
-#define XFA_FXJSE_CFXJSE_ARGUMENTS_H_
+#ifndef FXJSE_INCLUDE_CFXJSE_ARGUMENTS_H_
+#define FXJSE_INCLUDE_CFXJSE_ARGUMENTS_H_
#include <memory>
-#include "xfa/fxjse/include/fxjse.h"
+#include "fxjse/include/fxjse.h"
class CFXJSE_Class;
@@ -35,4 +35,4 @@ class CFXJSE_Arguments {
CFXJSE_Value* m_pRetValue;
};
-#endif // XFA_FXJSE_CFXJSE_ARGUMENTS_H_
+#endif // FXJSE_INCLUDE_CFXJSE_ARGUMENTS_H_
« no previous file with comments | « fxjse/dynprop.cpp ('k') | fxjse/include/cfxjse_class.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698