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

Unified Diff: fxjse/runtime.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/include/fxjse.h ('k') | fxjse/runtime.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: fxjse/runtime.h
diff --git a/xfa/fxjse/runtime.h b/fxjse/runtime.h
similarity index 93%
rename from xfa/fxjse/runtime.h
rename to fxjse/runtime.h
index b57efe1df7831dc134942249257984d8b39b4ab1..e3b4113a50c0bc1ec051d37ae63df3445962c41c 100644
--- a/xfa/fxjse/runtime.h
+++ b/fxjse/runtime.h
@@ -4,8 +4,8 @@
// Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com
-#ifndef XFA_FXJSE_RUNTIME_H_
-#define XFA_FXJSE_RUNTIME_H_
+#ifndef FXJSE_RUNTIME_H_
+#define FXJSE_RUNTIME_H_
#include <vector>
@@ -43,4 +43,4 @@ class CFXJSE_IsolateTracker {
std::vector<v8::Isolate*> m_OwnedIsolates;
};
-#endif // XFA_FXJSE_RUNTIME_H_
+#endif // FXJSE_RUNTIME_H_
« no previous file with comments | « fxjse/include/fxjse.h ('k') | fxjse/runtime.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698