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

Unified Diff: fxjse/include/fxjse.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_value.h ('k') | fxjse/runtime.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: fxjse/include/fxjse.h
diff --git a/xfa/fxjse/include/fxjse.h b/fxjse/include/fxjse.h
similarity index 95%
rename from xfa/fxjse/include/fxjse.h
rename to fxjse/include/fxjse.h
index 8f30faac307c7c51b8d7cd2536f5ff6061f5ac64..f9d6a67e02c1535b7c414362716b5aa04ac5ea1f 100644
--- a/xfa/fxjse/include/fxjse.h
+++ b/fxjse/include/fxjse.h
@@ -4,8 +4,8 @@
// Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com
-#ifndef XFA_FXJSE_INCLUDE_FXJSE_H_
-#define XFA_FXJSE_INCLUDE_FXJSE_H_
+#ifndef FXJSE_INCLUDE_FXJSE_H_
+#define FXJSE_INCLUDE_FXJSE_H_
#include "core/fxcrt/include/fx_string.h"
#include "core/fxcrt/include/fx_system.h"
@@ -71,4 +71,4 @@ void FXJSE_Runtime_Release(v8::Isolate* pIsolate);
void FXJSE_ThrowMessage(const CFX_ByteStringC& utf8Message);
-#endif // XFA_FXJSE_INCLUDE_FXJSE_H_
+#endif // FXJSE_INCLUDE_FXJSE_H_
« no previous file with comments | « fxjse/include/cfxjse_value.h ('k') | fxjse/runtime.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698