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

Unified Diff: fxjse/class.cpp

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/DEPS ('k') | fxjse/context.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: fxjse/class.cpp
diff --git a/xfa/fxjse/class.cpp b/fxjse/class.cpp
similarity index 98%
rename from xfa/fxjse/class.cpp
rename to fxjse/class.cpp
index e9d67d8cdad70624a16b52a953717ada945f903d..bb133fba5867b76ff51e0c2e6eec952970bfa620 100644
--- a/xfa/fxjse/class.cpp
+++ b/fxjse/class.cpp
@@ -4,12 +4,12 @@
// Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com
-#include "xfa/fxjse/class.h"
+#include "fxjse/include/cfxjse_class.h"
-#include "xfa/fxjse/cfxjse_arguments.h"
-#include "xfa/fxjse/context.h"
-#include "xfa/fxjse/scope_inline.h"
-#include "xfa/fxjse/value.h"
+#include "fxjse/context.h"
+#include "fxjse/include/cfxjse_arguments.h"
+#include "fxjse/include/cfxjse_value.h"
+#include "fxjse/scope_inline.h"
static void FXJSE_V8ConstructorCallback_Wrapper(
const v8::FunctionCallbackInfo<v8::Value>& info);
« no previous file with comments | « fxjse/DEPS ('k') | fxjse/context.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698