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

Unified Diff: fxjse/value.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/scope_inline.h ('k') | xfa.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: fxjse/value.cpp
diff --git a/xfa/fxjse/value.cpp b/fxjse/value.cpp
similarity index 99%
rename from xfa/fxjse/value.cpp
rename to fxjse/value.cpp
index af73a19ead7e2b14dc091de91c8e4a3d147f2d01..a49ee312f31d1406e43d2e11e9b0d8b34464af2d 100644
--- a/xfa/fxjse/value.cpp
+++ b/fxjse/value.cpp
@@ -4,12 +4,12 @@
// Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com
-#include "xfa/fxjse/value.h"
+#include "fxjse/include/cfxjse_value.h"
#include <math.h>
-#include "xfa/fxjse/class.h"
-#include "xfa/fxjse/context.h"
+#include "fxjse/context.h"
+#include "fxjse/include/cfxjse_class.h"
void FXJSE_ThrowMessage(const CFX_ByteStringC& utf8Message) {
v8::Isolate* pIsolate = v8::Isolate::GetCurrent();
« no previous file with comments | « fxjse/scope_inline.h ('k') | xfa.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698