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

Unified Diff: fxjse/runtime.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/runtime.h ('k') | fxjse/scope_inline.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: fxjse/runtime.cpp
diff --git a/xfa/fxjse/runtime.cpp b/fxjse/runtime.cpp
similarity index 98%
rename from xfa/fxjse/runtime.cpp
rename to fxjse/runtime.cpp
index c3d12c3745b0b7d9ad660a461c9a45b65cfa1627..bf171eef7e30a4e278d0c31889ba42720194b085 100644
--- a/xfa/fxjse/runtime.cpp
+++ b/fxjse/runtime.cpp
@@ -4,12 +4,12 @@
// Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com
-#include "xfa/fxjse/runtime.h"
+#include "fxjse/runtime.h"
#include <algorithm>
#include "fpdfsdk/jsapi/include/fxjs_v8.h"
-#include "xfa/fxjse/scope_inline.h"
+#include "fxjse/scope_inline.h"
// Duplicates fpdfsdk's cjs_runtime.h, but keeps XFA from depending on it.
// TODO(tsepez): make a single version of this.
« no previous file with comments | « fxjse/runtime.h ('k') | fxjse/scope_inline.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698