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

Unified Diff: fxjse/include/cfxjse_value.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/cfxjse_class.h ('k') | fxjse/include/fxjse.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: fxjse/include/cfxjse_value.h
diff --git a/xfa/fxjse/value.h b/fxjse/include/cfxjse_value.h
similarity index 98%
rename from xfa/fxjse/value.h
rename to fxjse/include/cfxjse_value.h
index d74fc325dd967913c7ee1161f4c3825f9635a53b..e01f64cfffd4c1c82e0e2274a03ec49bbb34da06 100644
--- a/xfa/fxjse/value.h
+++ b/fxjse/include/cfxjse_value.h
@@ -4,10 +4,10 @@
// Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com
-#ifndef XFA_FXJSE_VALUE_H_
-#define XFA_FXJSE_VALUE_H_
+#ifndef FXJSE_INCLUDE_CFXJSE_VALUE_H_
+#define FXJSE_INCLUDE_CFXJSE_VALUE_H_
-#include "xfa/fxjse/scope_inline.h"
+#include "fxjse/scope_inline.h"
V8_INLINE static double FXJSE_ftod(FX_FLOAT fNumber) {
if (sizeof(FX_FLOAT) != 4) {
@@ -281,4 +281,4 @@ class CFXJSE_Value {
v8::Global<v8::Value> m_hValue;
};
-#endif // XFA_FXJSE_VALUE_H_
+#endif // FXJSE_INCLUDE_CFXJSE_VALUE_H_
« no previous file with comments | « fxjse/include/cfxjse_class.h ('k') | fxjse/include/fxjse.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698