| 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_
|
|
|