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

Unified Diff: fxjse/scope_inline.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/runtime.cpp ('k') | fxjse/value.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: fxjse/scope_inline.h
diff --git a/xfa/fxjse/scope_inline.h b/fxjse/scope_inline.h
similarity index 90%
rename from xfa/fxjse/scope_inline.h
rename to fxjse/scope_inline.h
index 8ef9c85530050c6626cc7e7c33d72abc53e73d50..64eb6a79bf622ce9bba36263d470924308b2ef34 100644
--- a/xfa/fxjse/scope_inline.h
+++ b/fxjse/scope_inline.h
@@ -4,18 +4,16 @@
// Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com
-#ifndef XFA_FXJSE_SCOPE_INLINE_H_
-#define XFA_FXJSE_SCOPE_INLINE_H_
+#ifndef FXJSE_SCOPE_INLINE_H_
+#define FXJSE_SCOPE_INLINE_H_
-#include "xfa/fxjse/context.h"
-#include "xfa/fxjse/runtime.h"
+#include "fxjse/context.h"
+#include "fxjse/runtime.h"
class CFXJSE_ScopeUtil_IsolateHandle {
public:
explicit CFXJSE_ScopeUtil_IsolateHandle(v8::Isolate* pIsolate)
- : m_isolate(pIsolate),
- m_iscope(pIsolate),
- m_hscope(pIsolate) {}
+ : m_isolate(pIsolate), m_iscope(pIsolate), m_hscope(pIsolate) {}
v8::Isolate* GetIsolate() { return m_isolate; }
private:
@@ -74,4 +72,4 @@ class CFXJSE_ScopeUtil_IsolateHandleContext {
v8::Context::Scope m_cscope;
};
-#endif // XFA_FXJSE_SCOPE_INLINE_H_
+#endif // FXJSE_SCOPE_INLINE_H_
« no previous file with comments | « fxjse/runtime.cpp ('k') | fxjse/value.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698